/** * get last updated file updatedAt time in whole folder, recursively. only finds typescript files, ignores index. */ export declare const folderGetUpdatedAt: (config: { folderPath: string; }) => Promise; //# sourceMappingURL=folderGetUpdatedAt.d.ts.map