export declare function chooseShopifyId({ gid, uid, link }: {
    gid: string;
    uid: string;
    link: string;
}): string;
