import type { Picture } from "../types.js";
export declare function detectMimeType(path: string, override?: string): string;
export declare function generatePictureFilename(picture: Picture, index: number): string;
//# sourceMappingURL=mime-detection.d.ts.map