export declare class Facade { static mock(method: string, imple: () => any): void; static reset(...methods: string[]): void; }