import Client, { BatchService, SubBatchService } from 'pocketbase'; import type { SchemaDeclaration } from '../schema.js'; export declare class BatchServiceTS extends BatchService { constructor(client: Client); collection(collectionIdOrName: TName): SubBatchService; }