import { PublicKey } from '@solana/web3.js';
export declare function getVaultAddress(market: PublicKey, mint: PublicKey): PublicKey;
