import ErrorCode from './ErrorCode.js';
export declare class PrivateKeyLenException extends Error {
    code: ErrorCode;
    constructor();
}
declare const _default: {
    PrivateKeyLenException: typeof PrivateKeyLenException;
};
export default _default;
