/** List all files in a given directory return paths relative to the dir_path */ export declare const crawl: (dir_path: string) => string[];