export declare const ASSET_PACKAGE_STATUS_OPEN = 1; export declare const ASSET_PACKAGE_STATUS_CLOSED = 100; export declare const ASSET_PACKAGE_STATUS_DELETED = 7; export declare const ASSET_PACKAGE_STATUS_CONTRACTED = 9; export declare const ASSET_PACKAGE_STATUS_IN_PRICING = 10; export declare const ASSET_PACKAGE_STATUS_SENT_FOR_PRICING = 3; export declare const ASSET_PACKAGE_STATUS_SENT_FOR_ALGO_PRICING = 11; export declare const ASSET_PACKAGE_STATUS_RESENT_FOR_PRICING = 6; export declare const ASSET_PACKAGE_STATUS_PRICING_COMPLETE = 4; export declare const ASSET_PACKAGE_STATUS_ON_HOLD = 5; export declare const ASSET_PACKAGE_STATUS_SENT_TO_OPERATIONS = 8; export declare const ASSET_PACKAGE_STATUS_MERGED = 2; export declare const ASSET_PACKAGE_STATUS_CLOSED_LOST = 99; export declare const ASSET_PACKAGE_STATUS_OPEN_DESC = "Open"; export declare const ASSET_PACKAGE_STATUS_CLOSED_DESC = "Closed"; export declare const ASSET_PACKAGE_STATUS_DELETED_DESC = "Deleted"; export declare const ASSET_PACKAGE_STATUS_CONTRACTED_DESC = "Contracted"; export declare const ASSET_PACKAGE_STATUS_IN_PRICING_DESC = "In Pricing"; export declare const ASSET_PACKAGE_STATUS_SENT_FOR_PRICING_DESC = "Sent For Pricing"; export declare const ASSET_PACKAGE_STATUS_RESENT_FOR_PRICING_DESC = "Resent For Pricing"; export declare const ASSET_PACKAGE_STATUS_PRICING_COMPLETE_DESC = "Pricing Complete"; export declare const ASSET_PACKAGE_STATUS_ON_HOLD_DESC = "On Hold"; export declare const ASSET_PACKAGE_STATUS_SENT_TO_OPERATIONS_DESC = "Sent To Operations"; export declare const ASSET_PACKAGE_STATUS_MERGED_DESC = "Merged"; export declare const ASSET_PACKAGE_STATUS_SENT_FOR_ALGO_PRICING_DESC = "Sent For Pricing"; export declare const ASSET_PACKAGE_STATUS_CLOSED_LOST_DESC = "Closed Lost"; export declare const assetPackageStatusType: { name: string; id: number; }[];