export declare const pluginsFileContent = " \nexport { plugin as WelcomePlugin } from '@backstage/plugin-welcome';\nexport { plugin as LighthousePlugin } from '@backstage/plugin-lighthouse';"; export declare const codeownersFileContent = "\n* @spotify/backstage-core\n/docs/features/techdocs @spotify/techdocs-core\n/plugins/cost-insights @spotify/silver-lining\n"; export declare const packageFileContent: { name: string; version: string; dependencies: {}; devDependencies: {}; scripts: {}; };