/** * Extract file name from an input */ export declare const getFileName: (input: unknown) => string | undefined; //# sourceMappingURL=files.d.ts.map