export declare const extractMethod: (chunk: any) => {
    method: string;
    data: any;
    triggeredInstaller?: boolean | undefined;
};
//# sourceMappingURL=extractMethod.d.ts.map