export declare const loadServerModule: ((id: string) => Promise<any>) & import("lodash").MemoizedFunction;
export declare const getServerModuleExport: (id: string) => Promise<any>;
export declare const createServerReference: (id: string, name: string) => any;
