import * as CrawlerDriver from '../crawlerDriver';
/**
 * Check: Validate GetItem NotFound error code
 *
 * The Specification defines specific error codes that can be returned in case of failure for a given action
 * This check will generate invalid GetItem request and expects to receive a 404 error code.
 *
 */
declare const check: CrawlerDriver.StepCheck;
export default check;
