export { transformTelefuncFileClientSideSync }; declare function transformTelefuncFileClientSideSync(id: string, appRootDir: string, exportNames: string[]): { code: string; map: { mappings: ""; }; }; export declare function getCode(exportNames: readonly string[], telefuncFilePath: string): string;