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