export declare const checkValidBondingTokenHandler: (dexContract: string, tokenContract: string) => Promise<boolean>;
