#!/usr/bin/env node import { PublicKey } from "@saberhq/solana-contrib"; import { Command } from "commander"; export declare const program: Command; export declare function fetchSwapPositions(swapKey: PublicKey): Promise; export declare function fetchSwapPositionsByOwner(swapKey: PublicKey, authority: PublicKey | null): Promise; //# sourceMappingURL=swap.d.ts.map