export default function readFilesToArray(dir: string, { withFileTypes }?: {
    withFileTypes?: boolean;
}): Promise<any[] | null>;
