import type { PostThread, PostThreadConfig, PostThreadParams } from "./types/index.js";
export declare function getPostThread(params: PostThreadParams, config?: PostThreadConfig): Promise<PostThread | undefined>;
