export declare const loadServerModule: (id: string) => Promise<any>;
export declare const getServerModuleExport: (id: string) => Promise<any>;
export declare const ssrWebpackRequire: (id: string) => Promise<{
    [x: string]: any;
}>;
