import { ToolHandler, GetPostArgs } from "./types.js";
export declare const handleGetPost: ToolHandler<GetPostArgs>;
