import { ServiceError } from "./types.js";
export declare const isServiceError: (data: unknown) => data is ServiceError;
