import { TDeploymentType, TTokenType } from '../types'; type TDefineEscrowAddress = (chainId: number | null, tokenType: TTokenType, deployment: TDeploymentType) => string | null; declare const defineEscrowAddress: TDefineEscrowAddress; export default defineEscrowAddress; //# sourceMappingURL=define-escrow-address.d.ts.map