export declare const useAllowed: <T extends string = string>(actions: T[]) => T[];
