import { EnhancedExecute } from '../../../utils/solidity/transactionFactory';
import { Address } from '@melonproject/token-math';
interface SetPriceSourceArgs {
    address: Address;
}
declare type SetPriceSourceResult = boolean;
export declare const setPriceSource: EnhancedExecute<SetPriceSourceArgs, SetPriceSourceResult>;
export {};
