export declare const ERR_BUFFER_OUT_OF_BOUNDS: { new (...args: any[]): { code: string; toString(): string; name: string; message: string; stack?: string | undefined; }; }; export declare const ERR_INVALID_ARG_TYPE: { new (...args: any[]): { code: string; toString(): string; name: string; message: string; stack?: string | undefined; }; }; export declare const ERR_OUT_OF_RANGE: { new (...args: any[]): { code: string; toString(): string; name: string; message: string; stack?: string | undefined; }; };