export declare const $CmsServicePreset: { readonly NEXT_PUBLIC_SITE_URL: { readonly type: "string"; }; readonly REVALIDATE_WEB_SECRET_TOKEN: { readonly type: "string"; }; readonly PORT: { readonly type: "number"; readonly default: 4000; }; readonly JWT_SECRET: { readonly type: "string"; }; readonly PAYLOAD_SECRET: { readonly type: "string"; }; readonly DATABASE_URL: { readonly type: "string"; }; readonly CMS_ADMIN_EMAIL: { readonly type: "string"; }; readonly CMS_ADMIN_PASSWORD: { readonly type: "string"; }; }; //# sourceMappingURL=cms-service.d.ts.map