import type { DataStore } from '@openleash/core'; export declare function policyListCommand(store: DataStore): Promise; export declare function policyShowCommand(store: DataStore, policyId: string): Promise; export declare function policyUpsertCommand(store: DataStore, args: string[]): Promise; export declare function policyDeleteCommand(store: DataStore, args: string[]): Promise; export declare function policyUnbindCommand(store: DataStore, args: string[]): Promise; export declare function policyValidateCommand(args: string[]): Promise; //# sourceMappingURL=policy.d.ts.map