/** * Build the shared PHP helper loaded by workspace bootstraps for generated REST schemas. * * @param phpPrefix Plugin-scoped PHP function prefix. * @returns PHP source for `inc/rest-schema.php`. */ export declare function buildWorkspaceRestSchemaHelperPhpSource(phpPrefix: string): string;