import { BadFunctionCallException } from './bad-function-call.exception';
/**
 * Exception thrown if a callback refers to an undefined method or if some arguments are missing.
 * @public
 */
export declare class BadMethodCallException extends BadFunctionCallException {
    name: string;
}
//# sourceMappingURL=bad-method-call.exception.d.ts.map