import { LocaleType } from "../interfaces/types";
export declare const getEcomUrl: ({ path, locale, }: {
    path: string;
    locale: LocaleType;
}) => string;
