import type { JtConfiguration } from "../../typeonly/configuration-types.d.ts";
import type { AppConf } from "./app-conf.types.d.ts";
export declare function toAppConf(conf: JtConfiguration): AppConf;
