import { ApiResponse, Post } from '../types';
export declare const getPost: (projectKey: string, postId: string) => Promise<ApiResponse<Post>>;
