import { PayoutFunction } from '@node-dlc/messaging';
export declare const LinearPayout: {
buildPayoutFunction: (minPayout: bigint, maxPayout: bigint, startOutcome: bigint, endOutcome: bigint, oracleBase: number, oracleDigits: number) => {
payoutFunction: PayoutFunction;
};
};