import type { SheetProxy } from "@okcontract/cells";
import { type MapTypeDefinitions } from "@okcontract/fred";
import { Rational } from "@okcontract/lambdascript";
export declare const $validity: (proxy: SheetProxy) => import("@okcontract/cells").ValueCell<Rational>;
export declare const $slippage: (proxy: SheetProxy) => import("@okcontract/cells").ValueCell<Rational>;
export declare const settingsTypescheme: (proxy: SheetProxy) => MapTypeDefinitions;
export declare const settingsSchema: (proxy: SheetProxy) => import("@okcontract/cells").ValueCell<import("@okcontract/fred").LabelledTypeDefinition>;
