import { SelectorFluent } from '../../../selector-api';
import { MethodName } from '../../handle-actions';
import { InvokeOptions } from '../../page-actions';
export declare function invokeMethodOnSelectorObject(methodName: MethodName, selector: SelectorFluent, options: InvokeOptions): Promise<void>;
