export declare class MethodMissingException extends Error {
    constructor(name?: string);
    static create(name: string): Error;
}
