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