export declare type PackageStatus = 'IN_PROGRESS' | 'COMPLETED' | 'UNKNOWN';
