/**
 * List files in directory, recursively.
 */
export declare function listDirectory(dir: string): string[];
