import type { DataStore } from '@openleash/core'; export declare function adminListCommand(store: DataStore): Promise; export declare function adminGrantCommand(store: DataStore, identifier: string | undefined): Promise; export declare function adminRevokeCommand(store: DataStore, identifier: string | undefined): Promise; //# sourceMappingURL=admin.d.ts.map