export declare type ActionFields = 'basic' | 'all'; export declare const actionGQLFields: (fields: ActionFields) => string;