export declare const isChangenowReceiverAddressCorrect: (address: string, chain: string, regEx: RegExp) => Promise<boolean>;
