export declare const messages: { logs: { project_support: { message: string; emoji: string; }; project_created: { message: string; emoji: string; }; }; questions: { name: string; description: string; author: string; version: string; license: string; githubUser: string; githubRepo: string; pkg: string; appType: string; clientserver: string; bundler: string; typescript: string; edge: string; }; };