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