declare const _default: {
    getRecursiveFiles(dir: string): string[] | null;
};
export default _default;
