import type { App } from 'reactant';
import type { ProxyExecParams } from './interfaces';
export declare const applyMethod: (app: App<any, any, any>, options: ProxyExecParams) => any;
//# sourceMappingURL=applyMethod.d.ts.map