import { APIRoute } from "astro"; //#region src/astro/routes/api/settings/custom-domain.d.ts declare const prerender = false; declare const POST: APIRoute; //#endregion export { POST, prerender }; //# sourceMappingURL=custom-domain.d.mts.map