import type { OutputFormat, QueryResult } from "../types.js"; export declare function serializeResult(result: QueryResult, format: OutputFormat): string;