export declare const loadServerModule: (id: string) => Promise<any>;
export declare const getServerModuleExport: (id: string) => Promise<any>;
export declare const createServerReference: (id: string, name: string) => any;
