export declare class InvalidFrameError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class UnrequestedPingError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class NotMatchingPingError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class InvalidStateError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class StreamAlreadyExistsError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class DecodeInvalidVersionError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class BothClientsError extends Error {
    static name: string;
    constructor(message?: string);
}
export declare class ReceiveWindowExceededError extends Error {
    static name: string;
    constructor(message?: string);
}
//# sourceMappingURL=errors.d.ts.map