export declare class TripCompletionStatus { id: number; name: string; description: string; statusId: boolean; }