export declare const isTestFileName: (fileName: string) => boolean; export declare const collectImmediate: (path?: string, kind?: 'file' | 'directory') => Promise; /** * @param rootPath path entry will be relative to this * @param exportPath path from which files are collected */ export declare const collectFileNamePathEntries: (rootPath: string, exportPath?: string) => Promise>; export declare const offsetPathArray: (pathArray: string[], offsetPath: string, skipOffset?: string[]) => string[]; export declare const offsetPathRecordValues: (pathRecord: Record, offsetPath: string, enterCount?: number, skipOffset?: string[]) => Record; //# sourceMappingURL=collect-export-entries.function.d.ts.map