export declare const useCheckPermission: <T extends string = string>(action: T) => import("./types").ActionStatusType<string>;
