export declare const $ApiServicePreset: { readonly WEB_URL: { readonly type: "string"; }; readonly PORT: { readonly type: "number"; readonly default: 3000; }; readonly CMS_INTERNAL_HOST_URL: { readonly type: "string"; }; readonly JWT_SECRET: { readonly type: "string"; }; }; //# sourceMappingURL=api-service.d.ts.map