import type { UnionPart } from "../types/order/common"; export declare function checkPayouts(payouts?: UnionPart[]): void;