export declare type Method = (...args: any[]) => any;
