export declare const PROTOCOL_ERRORS: Set<string>;
/**
 * INITIAL_STREAM_WINDOW is the initial stream window size.
 *
 * Not an implementation choice, this is defined in the specification
 */
export declare const INITIAL_STREAM_WINDOW: number;
/**
 * Default max stream window
 */
export declare const MAX_STREAM_WINDOW: number;
//# sourceMappingURL=constants.d.ts.map