import type { JtConfiguration } from "@paroicms/public-server-lib";
import type { AppConf } from "./app-conf.types.d.ts";
export declare function toAppConf(conf: JtConfiguration): AppConf;
