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