declare function export_default(path: string, type?: 'absolutePath' | 'relativePath'): string[];

export { export_default as default };
