import { IVaultInfo } from './types'; export declare const getVaultInfo: (vaultToken: string) => Promise;