import type { Application as SpringBootApplication } from './types.ts';
/**
 * The default is to use a file path string. It implies use of the template method.
 * For any other config an object { file:.., method:.., template:.. } can be used
 */
export declare const baseServerFiles: import("../base-core/api.js").WriteFileSection<SpringBootApplication>;
export declare const serverFiles: Record<string, any[]>;
