/**
 * Clients use util-body-length-[node|browser] instead.
 * @internal
 * @param input - to examine.
 * @returns byte count of input or undefined if indeterminable.
 */
export declare const byteLength: (input: any) => number | undefined;
