import { IFileInfo } from './types/File';
export default function getFiles(directory: string, ignoreDirs?: string[]): IFileInfo[];
