import type { Subject } from '@m-ld/m-ld';
export declare const userIsAdmin: (user: string, account: string) => Subject;
