import type { IConvertOptions } from "../interfaces";
export declare const createEmptyFile: (filename: string) => void;
export declare const padStartWithZero: (num: number, length: number) => string;
export declare const generateImageDefaultFilename: (type: IConvertOptions["type"]) => string;