import { ObjectResponse } from './types'; export declare function getObjectNotExistsResponse(resp: ObjectResponse): string | undefined;