import type { CollectSidecarSnapshotOptions, SidecarSnapshot } from './types.js'; export declare function readTailText(path: string, maxBytes?: number): Promise; export declare function collectSidecarSnapshot(teamName: string, options?: CollectSidecarSnapshotOptions): Promise; //# sourceMappingURL=collector.d.ts.map