type ParamsType = { _id: string; action: string; }; export declare const findPermissionOfKeyByAuthorization: (headers: any, params: ParamsType) => Promise; export {}; //# sourceMappingURL=check.service.d.ts.map