import { FileBox } from 'file-box'; export declare const padproToken: () => string; export declare const qrCodeForChatie: () => FileBox; export declare function retry(retryableFn: (retry: (error: Error) => never, attempt: number) => Promise): Promise; //# sourceMappingURL=config-util.d.ts.map