import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type IssetValue = PhpRuntimeValue; export declare function isset(...values: IssetValue[]): boolean; export {};