import { FileContentService } from '../../utils/FileContentService.js';
import { GoogleFile } from '../../model/GoogleFile.js';
export declare class GoogleFilesScanner {
    scan(googleFolder: FileContentService): Promise<GoogleFile[]>;
}
//# sourceMappingURL=GoogleFilesScanner.d.ts.map