declare function mock(url: string, type: string, template: any): void; declare function mock(url: string, template: any): void; declare function mock(template: any): T; export { mock };