export declare type EventTypeFields = 'basic' | 'all'; export declare function eventTypeGQLFields(fields: EventTypeFields): string;