/// import Brolog from 'brolog'; export declare const WECHATY_PUPPET_PADPRO_ENDPOINT: string; export declare const PADPRO_REPLAY_MESSAGE: boolean; export declare const SELF_QRCODE_MAX_RETRY = 5; export declare const PUPPET_PADPRO_TIMEOUT: number; export declare const MESSAGE_CACHE_AGE: number; export declare const MESSAGE_CACHE_MAX = 1000; export declare const WAIT_FOR_READY_TIME: number; export declare const GRPC_GATEWAY_MAX_ERROR_COUNT = 15; export declare const GRPC_GATEWAY_DISCONNECT_MAX_DURATION: number; export declare const GRPC_GATEWAY_DISCONNECT_MIN_ERROR = 5; export declare const GRPC_GATEWAY_TIMEOUT: number; export declare const GRPC_GATEWAY_MAX_RETRY = 3; export declare const SEND_SHORT_TIMEOUT: number; export declare const SEND_SHORT_RETRY_COUNT = 5; export declare const SEND_CDN_RETRY_COUNT = 5; export declare const LOGIC_ERROR_MESSAGE: string[]; export declare const VERSION: string; /** * LOG LEVEL */ declare const log: Brolog; export { log, }; //# sourceMappingURL=config.d.ts.map