/**
 * Builds the route configuration and outputs the generated code.
 * @returns The complete file content as a string.
 */
export declare function makeAppFiles(): {
    routes: string;
    slugs: string;
};
