import { PostPayload } from '.'; declare const post: (payload: PostPayload, headers?: Headers | undefined) => Promise>; export default post;