import { ConnectError } from "@connectrpc/connect"; import type { StatusNotOK } from "@cerbos/core"; import { NotOK } from "@cerbos/core"; export declare function createNotOK(error: unknown): NotOK; export declare function notOKParams({ code, rawMessage, cause, }: ConnectError): ConstructorParameters; export declare function errorCode(error: unknown): StatusNotOK; //# sourceMappingURL=internal.d.ts.map