export { transformTelefuncFileClientSide }; declare function transformTelefuncFileClientSide(src: string, id: string, appRootDir: string): Promise<{ code: string; map: { mappings: ""; }; }>;