export declare type ResourceType = 'contact' | 'company' | 'opportunity' | 'customField' | 'form' | 'funnel' | 'redirect' | 'conversation' | 'message'; export declare type Operation = 'create' | 'update' | 'delete' | 'get' | 'getAll';