import { Config } from "../../api.types"; import { ContactApiType } from "./contact.types"; export declare const ContactAPI: (config: Config) => ContactApiType;