import { ConnectorType } from './ConnectorType';
export declare type ConnectorConfig = {
    connectorName: string;
    connectorType: ConnectorType;
    nwcUrl?: string;
};
//# sourceMappingURL=ConnectorConfig.d.ts.map