export { getExportPath };
declare function getExportPath(fileExportPath: string[]): null | string;
