import type { CiWatchSubscription } from './types.js'; export declare class CiWatchStore { private readonly store; constructor(path: string); load(): Promise; save(subscriptions: readonly CiWatchSubscription[]): Promise; } //# sourceMappingURL=subscriptions.d.ts.map