export declare function get(path: string): Promise; export declare function post(path: string, body: unknown): Promise; export declare function fileExists(url: string): Promise; export declare const getRoute: () => string;