declare const _default: { types: { ProposalRecord: { index: string; author: string; stage: string; transition_time: string; title: string; contents: string; vote_id: string; }; ProposalContents: string; ProposalTitle: string; }; }; export default _default;