declare const _default: (dirPath: string) => Promise<string[]>;
export default _default;
export declare function readDirSyncIgnoreDsStore(dirPath: string): string[];
