export declare class Mocker {
    static mock(target: any): any;
    static mockServer(target: any): any;
}
