export declare const remoteFetchRaw: (path: string) => Promise; export declare const remoteFetch: (path: string) => Promise; export declare const remoteFetchBuffer: (path: string) => Promise>;