export declare const shopifyGidToId: (gid: string) => string; export declare const shopifyIdToGid: (type: string, id: string | number) => string; export declare const toShopName: (domain: string) => string;