import { RequestOptionsFactory } from '@wix/sdk-types'; /** * Appends an existing contact or creates a contact if it doesn't exist. * * For internal docs, see * [Submit Contacts](crm.contact-submit-service.introduction). */ export declare function submitContact(payload: object): RequestOptionsFactory;