import { FilePath } from './path.js'; export type FileReplace = [string, number | string | undefined]; export declare const getName: (type: "image" | "json" | "other" | "video", placeholder: FileReplace[], output: string, count: number) => FilePath; //# sourceMappingURL=replace.d.ts.map