export declare function vector3ToStr(x: number, y: number, z: number): string;
export declare function string3ToStr(x: string, y: string, z: string): string;
