import { PublicKey } from '@solana/web3.js';
export interface SaberConfig {
    stablecoinSwap: PublicKey;
}
