export declare type TransportCreator = { create: () => Promise; }; export declare const transports: { [name: string]: TransportCreator; };