import { ServerRuntime, ServerRuntimeConfig } from '../types';
export declare function createLoader({ load }: ServerRuntimeConfig): ServerRuntime;
