export { parseFlags, parsePageRanges } from "./command-utils"; export { type CustomCommandsResult, type DescribedCommand, getSharedCustomCommands, } from "./custom-commands"; export declare function getFileType(filename: string): { isImage: boolean; mimeType: string; }; export declare function detectImageMimeType(data: Uint8Array, fallback: string): string; export declare function toBase64(data: Uint8Array): string; //# sourceMappingURL=index.d.ts.map