import { countryCode } from "../../lib/stores";
export declare const normalizeBuCode: (buCode: string) => string;
export declare const normalizeProductId: (productId: string) => string;
export declare const normalizeCountryCode: (countryCode: countryCode) => countryCode;
export declare const unique: (cur: unknown, i: number, arr: unknown[]) => boolean;
