type Params = { file_path: string; out_file?: string; }; export default function grabFilePathModule({ file_path, out_file, }: Params): Promise; export {};