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