export interface IConnectorCommandInitializer {
    init(): Promise<void>;
}
//# sourceMappingURL=IConnectorCommandInitializer.d.ts.map