import { type PostCondition } from "@stacks/transactions"; export declare const createSwapPostConditions: (functionArgs: any, postConditionsData: any, senderAddress: string, tokenXDecimals: number, tokenYDecimals: number) => Promise;