/** * Return a boolean value if an exception is DocumentNotFoundError */ export declare const isDocumentNotFoundError: (exception: any) => boolean;