export declare class AmazonResponse { private method; private rawResponse; private primaryKey; private subKey; constructor(method: string, rawResponse: any, primaryKey?: string, subKey?: string); readonly response: any; }