type Params = { tsx: string; file_path: string; }; export default function grabTsxStringModule({ tsx, file_path, }: Params): Promise; export {};