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