/**
 * Returns an array of file paths from the given location.
 */
export declare function fsReadAll(location: string, callback?: (file: string) => boolean): string[];
