///
import { Options } from "../types";
import { View } from "../../ept";
import { Header } from './header';
declare type _Header = Header;
export declare namespace BatchTable {
type Header = _Header;
}
export declare type BatchTable = {
header: Header;
binary: Buffer;
};
export declare const BatchTable: {
create: typeof create;
};
declare function create(srcView: View.Readable, { dimensions }?: Partial): BatchTable;
export {};
//# sourceMappingURL=batch-table.d.ts.map