import { log } from 'brolog'; export declare const padplusToken: () => string; export declare const INVALID_TOKEN_MESSAGE = "\n\n\n===========================================================================================\n\n The token is invalid, please use an valid token to access padplus\n See: https://github.com/juzibot/Welcome/wiki/Everything-about-Wechaty\n\n \u4F60\u4F7F\u7528\u7684Token\u662F\u65E0\u6548\u7684\uFF0C\u8BF7\u4F7F\u7528\u6709\u6548Token\n \u66F4\u591A\u8BE6\u60C5\u53C2\u89C1\uFF1Ahttps://github.com/juzibot/Welcome/wiki/Everything-about-Wechaty\n\n============================================================================================\n\n\n"; export declare const EXPIRED_TOKEN_MESSAGE = "\n\n\n===========================================================================================\n\n The token you are using is expired, please renew this token\n See: https://github.com/juzibot/Welcome/wiki/Everything-about-Wechaty\n\n \u4F60\u4F7F\u7528\u7684Token\u5DF2\u7ECF\u8FC7\u671F\u4E86\uFF0C\u5982\u679C\u4F60\u60F3\u7EE7\u7EED\u4F7F\u7528wechaty-puppet-padplus\uFF0C\u8BF7\u7EED\u8D39\u4F60\u7684Token\n \u66F4\u591A\u8BE6\u60C5\u53C2\u89C1\uFF1Ahttps://github.com/juzibot/Welcome/wiki/Everything-about-Wechaty\n\n============================================================================================\n\n\n"; export declare const PADPLUS_REPLAY_MESSAGE: boolean; export declare const GRPC_ENDPOINT: string; 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 COMPACT_CACHE_FIRST_START: number; export declare const COMPACT_CACHE_INTERVAL: number; export { log, }; export declare const GRPC_LIMITATION: { 'grpc.max_receive_message_length': number; 'grpc.max_send_message_length': number; }; export declare function retry(retryableFn: (retry: (error: Error) => never, attempt: number) => Promise, num?: number): Promise; //# sourceMappingURL=config.d.ts.map