export { fileTypeFromBuffer, type FileTypeResult } from "./file-type.js"; export declare function parseContentType(value: string | null): { mimeType?: string; charset?: string; }; export declare function assertBase64(value: string): void; export declare function safeRemoteLabel(url: string): string;