import { SetProposalAttributesParams } from '../../types';
import { Types } from '@swaptoshi/utils';
export declare const setProposalAttributesCommandSchema: Types.TypedSchema<SetProposalAttributesParams>;
