import { TDeploymentType, TTokenType } from '../types'; type TDefineIfEscrowAddressIsCorrect = (escrowAddress: string, tokenType: TTokenType, deployment: TDeploymentType) => boolean; declare const defineIfEscrowAddressIsCorrect: TDefineIfEscrowAddressIsCorrect; export default defineIfEscrowAddressIsCorrect; //# sourceMappingURL=define-if-escrow-address-is-correct.d.ts.map