export declare const $WebServicePreset: { readonly NEXT_PUBLIC_API_URL: { readonly type: "string"; }; readonly NEXT_PUBLIC_SITE_URL: { readonly type: "string"; }; readonly PORT: { readonly type: "number"; readonly default: 3000; }; readonly CMS_INTERNAL_HOST_URL: { readonly type: "string"; }; readonly REVALIDATE_WEB_SECRET_TOKEN: { readonly type: "string"; }; }; //# sourceMappingURL=web-service.d.ts.map