import { ConfigKey, SupportedDeliveryTypeName, SupportedShipmentOptionName } from '../types'; export declare const getConfigKey: (input: SupportedDeliveryTypeName | SupportedShipmentOptionName) => ConfigKey;