export declare type CustomFieldVisibility = 'API_ONLY' | 'READ_ONLY' | 'FULL';
