import { MemoizeOptions } from "./interface"; /** * Check the current configuration, if there is a problem, throw an exception * @param options */ export default function checkOptionsThenThrowError(options?: MemoizeOptions): void;