/** * Thrown when the instance does not support the batch format for * table_relationship_exporter and responds with a 400 asking for * the legacy table/sysId/tableGraphs parameters. */ export declare class BatchRequestNotSupportedError extends Error { constructor(); }