export declare function configExists(configKey: string): Promise; export declare function getConfig(configKey: string): Promise; export declare function s3FileExists(url: string): Promise;