export declare class InputBufferUnderrunError extends Error { readonly name: string; constructor(message?: string); }