import type { RestMockServerConfig } from '../../utils/types'; export declare const startRestMockServer: (restMockServerConfig: RestMockServerConfig) => import("http").Server & { destroy: import("http").Server["close"]; };