import type { Resolver } from '..'; /** * Transforms estimate (e.g 3bd) into friendly format (e.g Up to 3 business days) * based on https://github.com/vtex-apps/shipping-estimate-translator/blob/13e17055d6353dd3f3f4c31bae77ab049002809b/messages/en.json */ export declare const getLocalizedEstimates: (estimate: string) => string; export type Root = { name?: string; friendlyName?: string; price?: number; shippingEstimate?: string; }; export declare const ShippingSLA: Record>; //# sourceMappingURL=shippingSLA.d.ts.map