export declare function validateString(value: any, name: string): void;
export declare function validateLinkHeaderFormat(value: any, name: string): void;
export declare function validateLinkHeaderValue(hints: any): string;
export declare function isUint8Array(value: any): boolean;
//# sourceMappingURL=types.d.ts.map