/** ArrowJS table loader */ export declare const ArrowFormat: { readonly name: "Apache Arrow"; readonly id: "arrow"; readonly module: "arrow"; readonly category: "table"; readonly extensions: ["arrow", "feather"]; readonly mimeTypes: ["application/vnd.apache.arrow.file", "application/vnd.apache.arrow.stream", "application/octet-stream"]; readonly binary: true; readonly tests: ["ARROW"]; }; //# sourceMappingURL=arrow-format.d.ts.map