export default class Interceptor { list: Function[]; constructor(); use(func: Function | Function[]): void; invoke(result?: any): Promise; }