import type { Config } from "../config.js"; import type { FormState } from "./state.js"; /** * @query */ export declare function getStableConfig(ctx: FormState, config: Config): Config;