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