export declare class MethodNotImplemented extends Error {
    readonly provider: string;
    constructor(provider: string);
}
