import ErrorBase from 'es6-error';
export declare class MissingPrivateKeyError extends ErrorBase {
    constructor();
}
