export declare const useCanWithoutCache: () => { can: ({ resource, action, params }: import("../../interfaces").CanParams) => Promise; };