import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type AssertOptionValue = PhpRuntimeValue;
export declare function assert_options(what: string, _value?: AssertOptionValue): string | number | null;
export {};
