import type { PhpAssoc, PhpInput } from '../_helpers/_phpTypes.ts';
type LocaleValues = PhpAssoc<PhpInput>;
export declare function localeconv(): LocaleValues;
export {};
