export declare type CompanionDeliveryOption = 'OPTIONAL' | 'AT_LEAST_ONE' | 'ALL' | 'UNKNOWN';
