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