export { resolveFrameworkAllowFromPath } from './accounts.js'; export declare function readFrameworkAllowFromList(accountId: string): string[]; export declare function registerUserInFrameworkStore(params: { accountId: string; userId: string | number; }): Promise<{ changed: boolean; }>;