export default function listFiles(path: string): Promise<string[]>;
