/** Loads a file from the filesystem and returns a base64 encoded data URL. */ export declare const loadFile: (path: string) => Promise; export declare const guessMimeType: (path: string) => string;