export declare function readFrameworkAllowFromList(accountId: string): Array; export declare function registerUserInFrameworkStore(params: { accountId: string; userId: string | number; }): Promise<{ changed: boolean; }>;