import { BaseConfig } from "../config"; export declare const defaultValue: number; export declare const minValue = 1; export declare const maxValue: number; export declare function getConnectionTimeout(config: BaseConfig): number; //# sourceMappingURL=connection-timeout.d.ts.map