export declare type ProposalActionErrorReason = 'NOT_APPLICABLE' | 'IS_ARCHIVED' | 'UNKNOWN';
