export type ActionGate> = (key: keyof T, defaultValue?: boolean) => boolean; export declare function createAccountActionGate>(params: { baseActions?: T; accountActions?: T; }): ActionGate;