UNPKG

@sourcebot/mcp

Version:
4 lines (3 loc) 184 B
import { ServiceError } from "./types.js"; export declare const base64Decode: (base64: string) => string; export declare const isServiceError: (data: unknown) => data is ServiceError;