import { z } from 'zod'; import type { def } from '#src/schema/creator/index.js'; export declare const createBackendAppSchema: import("#src/schema/creator/index.js").DefinitionSchemaCreatorWithSlots; devPort: z.ZodNumber; enableSubscriptions: z.ZodOptional; enableAxios: z.ZodOptional; id: z.ZodDefault; name: z.ZodString; }, z.core.$strip>, { appSlot: import("../../../index.js").DefinitionEntityType; }>; export type BackendAppConfig = def.InferOutput; export declare const backendAppEntryType: import("../types.js").AppEntryType<{ type: "backend"; devPort: number; id: string; name: string; enableSubscriptions?: boolean | undefined; enableAxios?: boolean | undefined; }>; //# sourceMappingURL=index.d.ts.map