/** * Build the generated PHP controller and hook surface for a workspace AI feature. */ export declare function buildAiFeaturePhpSource(aiFeatureSlug: string, namespace: string, phpPrefix: string, textDomain: string): string;