import type { IMocks } from '../types/mocks'; export declare class Mocks implements IMocks { enable: boolean; port: number; basePath: string; wrapper: string; }