export declare function greeting(version: string): string; export declare function footer(hasPlaywright?: boolean): string; export declare function agentFooter(platform: string | null, hasPlaywright?: boolean, copiedPrompt?: boolean): string; export declare function noSkillWarning(): string; export declare function existingProjectFooter(hasPlaywright?: boolean): string;