export declare type ApprovalStatus = 'Pending' | 'Approved' | 'Declined';