import { postSettings } from "../types";
declare const post: (settings: postSettings) => Promise<any>;
export default post;
