import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type JoinValue = PhpRuntimeValue; export declare function join(glue: string, pieces: JoinValue[]): string; export {};