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