export default usePost; /** * Gets post data for a specific post given its ID and post type. * * @param {int} postId The ID for the post to return. * @param {string} postType Optional. The post type to select. Default 'post'. * @param {object} options Optional object containing parameters to pass to getEntityRecord. * @returns {object} An object containing a hasResolved property * and the returned post object. */ declare function usePost(postId: int, postType?: string, options?: object): object; //# sourceMappingURL=index.d.ts.map