export declare const SCHEMA_BASE_URL = "https://schemas.sitecoreai.dev/v1"; export declare const DEFAULT_CONFIG: { $schema: string; modules: string[]; recipes: string[]; serialization: { defaultMaxRelativeItemPathLength: number; defaultModuleRelativeSerializationPath: string; removeOrphansForRoles: boolean; removeOrphansForUsers: boolean; continueOnItemFailure: boolean; excludedFields: never[]; }; settings: { cacheAuthenticationToken: boolean; versionComparisonEnabled: boolean; apiClientTimeoutInMinutes: number; }; envProfiles: {}; }; export declare const resolveTargetPath: (value?: string) => string; export declare const writeConfigTemplate: (targetPath: string) => void;