export declare class SignatureCreationError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class SignatureVerificationError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class RecordExpiredError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class UnsupportedValidityError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class RecordTooLargeError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class InvalidValueError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class InvalidRecordDataError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class InvalidEmbeddedPublicKeyError extends Error {
    static name: string;
    constructor(message?: string);
}
//# sourceMappingURL=errors.d.ts.map