export declare const parseFilePath: (filePath?: string) => {
    path: string;
    name: string;
    fileName: string;
};
declare const _default: (item?: any, filePath?: string | undefined) => Promise<any>;
export default _default;
