export { matonRequest, getMatonApiKey } from "./client.js"; export type { MatonService, MatonRequestOptions, MatonResponse } from "./client.js"; export { checkMatonGuard, buildServiceNotConnectedMessage, buildNoApiKeyMessage } from "./guard.js"; export type { GuardResult } from "./guard.js"; export declare function buildMatonSystemPrompt(): string;