import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type UUEncodeInput = PhpRuntimeValue;
export declare function convert_uuencode(str: UUEncodeInput): string | false;
export {};
