import FileClient from './fileClient';
export interface IndexEntry {
    url: string;
    types: string[];
}
export declare const deepRead: (this: FileClient, folderUrl: string, options?: Partial<{
    auth: any;
    verbose: boolean;
    foundCallback: (item: string) => unknown;
}>) => Promise<string[] | IndexEntry[]>;
//# sourceMappingURL=deepRead.d.ts.map