import type { Options } from '../types';
/**
 * Validates type of options.customByteStream.
 * Please read the README for more information.
 * @param options
 * @throws {error} if called with invalid options
 */
export declare const validateCustomByteStream: (options?: Options) => void;
