import { Hub } from '../../../types'; export declare function transformCode(rawCode: string, server: Hub, imports?: Record): string;