export declare const ItemIdType: {
    ASIN: string;
};
export type ItemIdType = "ASIN";
//# sourceMappingURL=item-id-type.d.ts.map