import { google } from '../../../../cosmos/v1beta1/codec'; export declare const cancelSoftwareUpgradeProposal: () => { new (options: CancelSoftwareUpgradeProposalOptions): { title: string; description: string; getEncoded(): google.protobuf.Any; }; }; export declare type CancelSoftwareUpgradeProposalOptions = { title: string; description: string; }; //# sourceMappingURL=CancelSoftwareUpgradeProposal.d.ts.map