export declare type TransportCreator = { create: () => Promise; }; export declare const transports: { [name: string]: TransportCreator; }; //# sourceMappingURL=ledger-transport.d.ts.map