import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type TypeInput = PhpRuntimeValue;
export declare function gettype(mixedVar: TypeInput): string;
export {};
