export declare const getDirectories: (source: string, excludes?: string[]) => string[];
