import { SupportedDex, SupportedChainId } from '../types';
export default function getVaultDeployer(vaultAddress: string, chainId: SupportedChainId, dex: SupportedDex): string;
