import { PostResponse, PostParams } from '../def';
export declare function post(params: PostParams): Promise<PostResponse>;
