import * as SchemaTypes from '@workbench-stack/core'; import { DocumentNode } from 'graphql'; import * as Apollo from '@apollo/client/index.js'; export declare const DefaultSettingFragmentDoc: DocumentNode; export declare const SettingRangeFragmentDoc: DocumentNode; export declare const TerminalConfigurationFragmentDoc: DocumentNode; export declare const SearchConfigurationFragmentDoc: DocumentNode; export declare const LanguagesConfigurationFragmentDoc: DocumentNode; export declare const FilesConfigurationFragmentDoc: DocumentNode; export declare const GitConfigurationFragmentDoc: DocumentNode; export declare const WorkspaceConfigurationFragmentDoc: DocumentNode; export declare const ViewerSettingsFragmentDoc: DocumentNode; export declare const AllContextFragmentDoc: DocumentNode; export declare const FinalConfigurationFragmentDoc: DocumentNode; export declare const KeybindingItemFragmentDoc: DocumentNode; export declare const KeybindingsFragmentDoc: DocumentNode; export declare const PickItemFragmentDoc: DocumentNode; export declare const SelectedFragmentDoc: DocumentNode; export declare const ResourceContextFragmentDoc: DocumentNode; export declare const StatusbarItemFragmentDoc: DocumentNode; export declare const GetConfigurationDataFragmentDoc: DocumentNode; export declare const INotificationMessageFragmentDoc: DocumentNode; export declare const NotificationMessageFragmentDoc: DocumentNode; export declare const NotifyActionFragmentDoc: DocumentNode; export declare const NotificationFragmentDoc: DocumentNode; export declare const WorkspaceFolderFragmentDoc: DocumentNode; export declare const GetConfigurationTargetDocument: DocumentNode; /** * __useGetConfigurationTargetMutation__ * * To run a mutation, you first call `useGetConfigurationTargetMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useGetConfigurationTargetMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [getConfigurationTargetMutation, { data, loading, error }] = useGetConfigurationTargetMutation({ * variables: { * resource: // value for 'resource' * }, * }); */ export declare function useGetConfigurationTargetMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type GetConfigurationTargetMutationHookResult = ReturnType; export type GetConfigurationTargetMutationResult = Apollo.MutationResult; export type GetConfigurationTargetMutationOptions = Apollo.BaseMutationOptions; export declare const OpenGlobalKeybindingsSettingsDocument: DocumentNode; /** * __useOpenGlobalKeybindingsSettingsMutation__ * * To run a mutation, you first call `useOpenGlobalKeybindingsSettingsMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useOpenGlobalKeybindingsSettingsMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [openGlobalKeybindingsSettingsMutation, { data, loading, error }] = useOpenGlobalKeybindingsSettingsMutation({ * variables: { * textual: // value for 'textual' * }, * }); */ export declare function useOpenGlobalKeybindingsSettingsMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type OpenGlobalKeybindingsSettingsMutationHookResult = ReturnType; export type OpenGlobalKeybindingsSettingsMutationResult = Apollo.MutationResult; export type OpenGlobalKeybindingsSettingsMutationOptions = Apollo.BaseMutationOptions; export declare const OpenPreferenceSettingsDocument: DocumentNode; /** * __useOpenPreferenceSettingsMutation__ * * To run a mutation, you first call `useOpenPreferenceSettingsMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useOpenPreferenceSettingsMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [openPreferenceSettingsMutation, { data, loading, error }] = useOpenPreferenceSettingsMutation({ * variables: { * jsonEditor: // value for 'jsonEditor' * query: // value for 'query' * }, * }); */ export declare function useOpenPreferenceSettingsMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; query?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type OpenPreferenceSettingsMutationHookResult = ReturnType; export type OpenPreferenceSettingsMutationResult = Apollo.MutationResult; export type OpenPreferenceSettingsMutationOptions = Apollo.BaseMutationOptions; export declare const ResetSettingDocument: DocumentNode; /** * __useResetSettingMutation__ * * To run a mutation, you first call `useResetSettingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useResetSettingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [resetSettingMutation, { data, loading, error }] = useResetSettingMutation({ * variables: { * resource: // value for 'resource' * settingKey: // value for 'settingKey' * }, * }); */ export declare function useResetSettingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; settingKey?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ResetSettingMutationHookResult = ReturnType; export type ResetSettingMutationResult = Apollo.MutationResult; export type ResetSettingMutationOptions = Apollo.BaseMutationOptions; export declare const SaveUserSettingsDocument: DocumentNode; /** * __useSaveUserSettingsMutation__ * * To run a mutation, you first call `useSaveUserSettingsMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSaveUserSettingsMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [saveUserSettingsMutation, { data, loading, error }] = useSaveUserSettingsMutation({ * variables: { * content: // value for 'content' * }, * }); */ export declare function useSaveUserSettingsMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type SaveUserSettingsMutationHookResult = ReturnType; export type SaveUserSettingsMutationResult = Apollo.MutationResult; export type SaveUserSettingsMutationOptions = Apollo.BaseMutationOptions; export declare const SaveWorkspaceSettingsDocument: DocumentNode; /** * __useSaveWorkspaceSettingsMutation__ * * To run a mutation, you first call `useSaveWorkspaceSettingsMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSaveWorkspaceSettingsMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [saveWorkspaceSettingsMutation, { data, loading, error }] = useSaveWorkspaceSettingsMutation({ * variables: { * }, * }); */ export declare function useSaveWorkspaceSettingsMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type SaveWorkspaceSettingsMutationHookResult = ReturnType; export type SaveWorkspaceSettingsMutationResult = Apollo.MutationResult; export type SaveWorkspaceSettingsMutationOptions = Apollo.BaseMutationOptions; export declare const SwitchSettingsDocument: DocumentNode; /** * __useSwitchSettingsMutation__ * * To run a mutation, you first call `useSwitchSettingsMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSwitchSettingsMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [switchSettingsMutation, { data, loading, error }] = useSwitchSettingsMutation({ * variables: { * target: // value for 'target' * editorId: // value for 'editorId' * resource: // value for 'resource' * jsonEditor: // value for 'jsonEditor' * }, * }); */ export declare function useSwitchSettingsMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; editorId?: SchemaTypes.Maybe; resource?: SchemaTypes.Maybe; jsonEditor?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type SwitchSettingsMutationHookResult = ReturnType; export type SwitchSettingsMutationResult = Apollo.MutationResult; export type SwitchSettingsMutationOptions = Apollo.BaseMutationOptions; export declare const DefaultPreferencesDocument: DocumentNode; /** * __useDefaultPreferencesQuery__ * * To run a query within a React component, call `useDefaultPreferencesQuery` and pass it any options that fit your needs. * When your component renders, `useDefaultPreferencesQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useDefaultPreferencesQuery({ * variables: { * }, * }); */ export declare function useDefaultPreferencesQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useDefaultPreferencesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type DefaultPreferencesQueryHookResult = ReturnType; export type DefaultPreferencesLazyQueryHookResult = ReturnType; export type DefaultPreferencesQueryResult = Apollo.QueryResult; export declare const DefaultSettingsDocument: DocumentNode; /** * __useDefaultSettingsQuery__ * * To run a query within a React component, call `useDefaultSettingsQuery` and pass it any options that fit your needs. * When your component renders, `useDefaultSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useDefaultSettingsQuery({ * variables: { * target: // value for 'target' * }, * }); */ export declare function useDefaultSettingsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult; }>>; export declare function useDefaultSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple; }>>; export type DefaultSettingsQueryHookResult = ReturnType; export type DefaultSettingsLazyQueryHookResult = ReturnType; export type DefaultSettingsQueryResult = Apollo.QueryResult; export declare const FullConfigurationDocument: DocumentNode; /** * __useFullConfigurationQuery__ * * To run a query within a React component, call `useFullConfigurationQuery` and pass it any options that fit your needs. * When your component renders, `useFullConfigurationQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useFullConfigurationQuery({ * variables: { * }, * }); */ export declare function useFullConfigurationQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useFullConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type FullConfigurationQueryHookResult = ReturnType; export type FullConfigurationLazyQueryHookResult = ReturnType; export type FullConfigurationQueryResult = Apollo.QueryResult; export declare const GetMostCommonlyUsedSettingsDocument: DocumentNode; /** * __useGetMostCommonlyUsedSettingsQuery__ * * To run a query within a React component, call `useGetMostCommonlyUsedSettingsQuery` and pass it any options that fit your needs. * When your component renders, `useGetMostCommonlyUsedSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetMostCommonlyUsedSettingsQuery({ * variables: { * }, * }); */ export declare function useGetMostCommonlyUsedSettingsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetMostCommonlyUsedSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetMostCommonlyUsedSettingsQueryHookResult = ReturnType; export type GetMostCommonlyUsedSettingsLazyQueryHookResult = ReturnType; export type GetMostCommonlyUsedSettingsQueryResult = Apollo.QueryResult; export declare const WorkspacesDocument: DocumentNode; /** * __useWorkspacesQuery__ * * To run a query within a React component, call `useWorkspacesQuery` and pass it any options that fit your needs. * When your component renders, `useWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useWorkspacesQuery({ * variables: { * }, * }); */ export declare function useWorkspacesQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useWorkspacesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type WorkspacesQueryHookResult = ReturnType; export type WorkspacesLazyQueryHookResult = ReturnType; export type WorkspacesQueryResult = Apollo.QueryResult; export declare const UpdateConfigurationValueDocument: DocumentNode; /** * __useUpdateConfigurationValueMutation__ * * To run a mutation, you first call `useUpdateConfigurationValueMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateConfigurationValueMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateConfigurationValueMutation, { data, loading, error }] = useUpdateConfigurationValueMutation({ * variables: { * key: // value for 'key' * value: // value for 'value' * overrides: // value for 'overrides' * target: // value for 'target' * donotNotifyError: // value for 'donotNotifyError' * }, * }); */ export declare function useUpdateConfigurationValueMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; donotNotifyError?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateConfigurationValueMutationHookResult = ReturnType; export type UpdateConfigurationValueMutationResult = Apollo.MutationResult; export type UpdateConfigurationValueMutationOptions = Apollo.BaseMutationOptions; export declare const CopyDocument: DocumentNode; /** * __useCopyMutation__ * * To run a mutation, you first call `useCopyMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useCopyMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [copyMutation, { data, loading, error }] = useCopyMutation({ * variables: { * value: // value for 'value' * }, * }); */ export declare function useCopyMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type CopyMutationHookResult = ReturnType; export type CopyMutationResult = Apollo.MutationResult; export type CopyMutationOptions = Apollo.BaseMutationOptions; export declare const RunMenuActionDocument: DocumentNode; /** * __useRunMenuActionMutation__ * * To run a mutation, you first call `useRunMenuActionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useRunMenuActionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [runMenuActionMutation, { data, loading, error }] = useRunMenuActionMutation({ * variables: { * argument: // value for 'argument' * }, * }); */ export declare function useRunMenuActionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type RunMenuActionMutationHookResult = ReturnType; export type RunMenuActionMutationResult = Apollo.MutationResult; export type RunMenuActionMutationOptions = Apollo.BaseMutationOptions; export declare const HideContextMenuDocument: DocumentNode; /** * __useHideContextMenuMutation__ * * To run a mutation, you first call `useHideContextMenuMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useHideContextMenuMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [hideContextMenuMutation, { data, loading, error }] = useHideContextMenuMutation({ * variables: { * }, * }); */ export declare function useHideContextMenuMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type HideContextMenuMutationHookResult = ReturnType; export type HideContextMenuMutationResult = Apollo.MutationResult; export type HideContextMenuMutationOptions = Apollo.BaseMutationOptions; export declare const ShowContextMenuDocument: DocumentNode; /** * __useShowContextMenuMutation__ * * To run a mutation, you first call `useShowContextMenuMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useShowContextMenuMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [showContextMenuMutation, { data, loading, error }] = useShowContextMenuMutation({ * variables: { * delegate: // value for 'delegate' * }, * }); */ export declare function useShowContextMenuMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ShowContextMenuMutationHookResult = ReturnType; export type ShowContextMenuMutationResult = Apollo.MutationResult; export type ShowContextMenuMutationOptions = Apollo.BaseMutationOptions; export declare const CloseDialogDocument: DocumentNode; /** * __useCloseDialogMutation__ * * To run a mutation, you first call `useCloseDialogMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useCloseDialogMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [closeDialogMutation, { data, loading, error }] = useCloseDialogMutation({ * variables: { * }, * }); */ export declare function useCloseDialogMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type CloseDialogMutationHookResult = ReturnType; export type CloseDialogMutationResult = Apollo.MutationResult; export type CloseDialogMutationOptions = Apollo.BaseMutationOptions; export declare const ShowDocument: DocumentNode; /** * __useShowMutation__ * * To run a mutation, you first call `useShowMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useShowMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [showMutation, { data, loading, error }] = useShowMutation({ * variables: { * dialog: // value for 'dialog' * }, * }); */ export declare function useShowMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ShowMutationHookResult = ReturnType; export type ShowMutationResult = Apollo.MutationResult; export type ShowMutationOptions = Apollo.BaseMutationOptions; export declare const OpenEditorResourceInputDocument: DocumentNode; /** * __useOpenEditorResourceInputMutation__ * * To run a mutation, you first call `useOpenEditorResourceInputMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useOpenEditorResourceInputMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [openEditorResourceInputMutation, { data, loading, error }] = useOpenEditorResourceInputMutation({ * variables: { * editor: // value for 'editor' * group: // value for 'group' * }, * }); */ export declare function useOpenEditorResourceInputMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type OpenEditorResourceInputMutationHookResult = ReturnType; export type OpenEditorResourceInputMutationResult = Apollo.MutationResult; export type OpenEditorResourceInputMutationOptions = Apollo.BaseMutationOptions; export declare const OpenEditorDocument: DocumentNode; /** * __useOpenEditorMutation__ * * To run a mutation, you first call `useOpenEditorMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useOpenEditorMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [openEditorMutation, { data, loading, error }] = useOpenEditorMutation({ * variables: { * content: // value for 'content' * options: // value for 'options' * }, * }); */ export declare function useOpenEditorMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type OpenEditorMutationHookResult = ReturnType; export type OpenEditorMutationResult = Apollo.MutationResult; export type OpenEditorMutationOptions = Apollo.BaseMutationOptions; export declare const GoToLineDocument: DocumentNode; /** * __useGoToLineMutation__ * * To run a mutation, you first call `useGoToLineMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useGoToLineMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [goToLineMutation, { data, loading, error }] = useGoToLineMutation({ * variables: { * range: // value for 'range' * }, * }); */ export declare function useGoToLineMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type GoToLineMutationHookResult = ReturnType; export type GoToLineMutationResult = Apollo.MutationResult; export type GoToLineMutationOptions = Apollo.BaseMutationOptions; export declare const HighlightLineDocument: DocumentNode; /** * __useHighlightLineMutation__ * * To run a mutation, you first call `useHighlightLineMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useHighlightLineMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [highlightLineMutation, { data, loading, error }] = useHighlightLineMutation({ * variables: { * range: // value for 'range' * }, * }); */ export declare function useHighlightLineMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type HighlightLineMutationHookResult = ReturnType; export type HighlightLineMutationResult = Apollo.MutationResult; export type HighlightLineMutationOptions = Apollo.BaseMutationOptions; export declare const JsonEditingWriteDocument: DocumentNode; /** * __useJsonEditingWriteMutation__ * * To run a mutation, you first call `useJsonEditingWriteMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useJsonEditingWriteMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [jsonEditingWriteMutation, { data, loading, error }] = useJsonEditingWriteMutation({ * variables: { * resource: // value for 'resource' * value: // value for 'value' * save: // value for 'save' * }, * }); */ export declare function useJsonEditingWriteMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; value?: SchemaTypes.Maybe; save?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type JsonEditingWriteMutationHookResult = ReturnType; export type JsonEditingWriteMutationResult = Apollo.MutationResult; export type JsonEditingWriteMutationOptions = Apollo.BaseMutationOptions; export declare const ChangeKeybindingDocument: DocumentNode; /** * __useChangeKeybindingMutation__ * * To run a mutation, you first call `useChangeKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useChangeKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [changeKeybindingMutation, { data, loading, error }] = useChangeKeybindingMutation({ * variables: { * editItem: // value for 'editItem' * selectedIndex: // value for 'selectedIndex' * isOpenDialog: // value for 'isOpenDialog' * }, * }); */ export declare function useChangeKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; selectedIndex?: SchemaTypes.Maybe; isOpenDialog?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ChangeKeybindingMutationHookResult = ReturnType; export type ChangeKeybindingMutationResult = Apollo.MutationResult; export type ChangeKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const ChangeWhenExpressionDocument: DocumentNode; /** * __useChangeWhenExpressionMutation__ * * To run a mutation, you first call `useChangeWhenExpressionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useChangeWhenExpressionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [changeWhenExpressionMutation, { data, loading, error }] = useChangeWhenExpressionMutation({ * variables: { * editItem: // value for 'editItem' * editWhenIndex: // value for 'editWhenIndex' * newWhen: // value for 'newWhen' * }, * }); */ export declare function useChangeWhenExpressionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; editWhenIndex?: SchemaTypes.Maybe; newWhen?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ChangeWhenExpressionMutationHookResult = ReturnType; export type ChangeWhenExpressionMutationResult = Apollo.MutationResult; export type ChangeWhenExpressionMutationOptions = Apollo.BaseMutationOptions; export declare const EditKeybindingDocument: DocumentNode; /** * __useEditKeybindingMutation__ * * To run a mutation, you first call `useEditKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useEditKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [editKeybindingMutation, { data, loading, error }] = useEditKeybindingMutation({ * variables: { * keybindingItem: // value for 'keybindingItem' * key: // value for 'key' * when: // value for 'when' * }, * }); */ export declare function useEditKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; key?: SchemaTypes.Maybe; when?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type EditKeybindingMutationHookResult = ReturnType; export type EditKeybindingMutationResult = Apollo.MutationResult; export type EditKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const HideKeybindingDialogDocument: DocumentNode; /** * __useHideKeybindingDialogMutation__ * * To run a mutation, you first call `useHideKeybindingDialogMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useHideKeybindingDialogMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [hideKeybindingDialogMutation, { data, loading, error }] = useHideKeybindingDialogMutation({ * variables: { * }, * }); */ export declare function useHideKeybindingDialogMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type HideKeybindingDialogMutationHookResult = ReturnType; export type HideKeybindingDialogMutationResult = Apollo.MutationResult; export type HideKeybindingDialogMutationOptions = Apollo.BaseMutationOptions; export declare const LookupKeybindingDocument: DocumentNode; /** * __useLookupKeybindingMutation__ * * To run a mutation, you first call `useLookupKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useLookupKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [lookupKeybindingMutation, { data, loading, error }] = useLookupKeybindingMutation({ * variables: { * commandId: // value for 'commandId' * }, * }); */ export declare function useLookupKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type LookupKeybindingMutationHookResult = ReturnType; export type LookupKeybindingMutationResult = Apollo.MutationResult; export type LookupKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const RegisterKeybindingDocument: DocumentNode; /** * __useRegisterKeybindingMutation__ * * To run a mutation, you first call `useRegisterKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useRegisterKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [registerKeybindingMutation, { data, loading, error }] = useRegisterKeybindingMutation({ * variables: { * keybinding: // value for 'keybinding' * }, * }); */ export declare function useRegisterKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type RegisterKeybindingMutationHookResult = ReturnType; export type RegisterKeybindingMutationResult = Apollo.MutationResult; export type RegisterKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const RemoveKeybindingDocument: DocumentNode; /** * __useRemoveKeybindingMutation__ * * To run a mutation, you first call `useRemoveKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useRemoveKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [removeKeybindingMutation, { data, loading, error }] = useRemoveKeybindingMutation({ * variables: { * keybindingItem: // value for 'keybindingItem' * }, * }); */ export declare function useRemoveKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type RemoveKeybindingMutationHookResult = ReturnType; export type RemoveKeybindingMutationResult = Apollo.MutationResult; export type RemoveKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const ResetKeybindingDocument: DocumentNode; /** * __useResetKeybindingMutation__ * * To run a mutation, you first call `useResetKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useResetKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [resetKeybindingMutation, { data, loading, error }] = useResetKeybindingMutation({ * variables: { * keybindingItem: // value for 'keybindingItem' * }, * }); */ export declare function useResetKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ResetKeybindingMutationHookResult = ReturnType; export type ResetKeybindingMutationResult = Apollo.MutationResult; export type ResetKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const ResolveKeyboardEventDocument: DocumentNode; /** * __useResolveKeyboardEventMutation__ * * To run a mutation, you first call `useResolveKeyboardEventMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useResolveKeyboardEventMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [resolveKeyboardEventMutation, { data, loading, error }] = useResolveKeyboardEventMutation({ * variables: { * keyboardEvent: // value for 'keyboardEvent' * }, * }); */ export declare function useResolveKeyboardEventMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ResolveKeyboardEventMutationHookResult = ReturnType; export type ResolveKeyboardEventMutationResult = Apollo.MutationResult; export type ResolveKeyboardEventMutationOptions = Apollo.BaseMutationOptions; export declare const SearchKeybindingDocument: DocumentNode; /** * __useSearchKeybindingMutation__ * * To run a mutation, you first call `useSearchKeybindingMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSearchKeybindingMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [searchKeybindingMutation, { data, loading, error }] = useSearchKeybindingMutation({ * variables: { * value: // value for 'value' * }, * }); */ export declare function useSearchKeybindingMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type SearchKeybindingMutationHookResult = ReturnType; export type SearchKeybindingMutationResult = Apollo.MutationResult; export type SearchKeybindingMutationOptions = Apollo.BaseMutationOptions; export declare const SetSelectedKeybindingIndexDocument: DocumentNode; /** * __useSetSelectedKeybindingIndexMutation__ * * To run a mutation, you first call `useSetSelectedKeybindingIndexMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSetSelectedKeybindingIndexMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [setSelectedKeybindingIndexMutation, { data, loading, error }] = useSetSelectedKeybindingIndexMutation({ * variables: { * index: // value for 'index' * }, * }); */ export declare function useSetSelectedKeybindingIndexMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type SetSelectedKeybindingIndexMutationHookResult = ReturnType; export type SetSelectedKeybindingIndexMutationResult = Apollo.MutationResult; export type SetSelectedKeybindingIndexMutationOptions = Apollo.BaseMutationOptions; export declare const StopEditWhenExpressionDocument: DocumentNode; /** * __useStopEditWhenExpressionMutation__ * * To run a mutation, you first call `useStopEditWhenExpressionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useStopEditWhenExpressionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [stopEditWhenExpressionMutation, { data, loading, error }] = useStopEditWhenExpressionMutation({ * variables: { * }, * }); */ export declare function useStopEditWhenExpressionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type StopEditWhenExpressionMutationHookResult = ReturnType; export type StopEditWhenExpressionMutationResult = Apollo.MutationResult; export type StopEditWhenExpressionMutationOptions = Apollo.BaseMutationOptions; export declare const AddNotificationDocument: DocumentNode; /** * __useAddNotificationMutation__ * * To run a mutation, you first call `useAddNotificationMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useAddNotificationMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [addNotificationMutation, { data, loading, error }] = useAddNotificationMutation({ * variables: { * notification: // value for 'notification' * }, * }); */ export declare function useAddNotificationMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type AddNotificationMutationHookResult = ReturnType; export type AddNotificationMutationResult = Apollo.MutationResult; export type AddNotificationMutationOptions = Apollo.BaseMutationOptions; export declare const CloseNotificationDocument: DocumentNode; /** * __useCloseNotificationMutation__ * * To run a mutation, you first call `useCloseNotificationMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useCloseNotificationMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [closeNotificationMutation, { data, loading, error }] = useCloseNotificationMutation({ * variables: { * index: // value for 'index' * }, * }); */ export declare function useCloseNotificationMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type CloseNotificationMutationHookResult = ReturnType; export type CloseNotificationMutationResult = Apollo.MutationResult; export type CloseNotificationMutationOptions = Apollo.BaseMutationOptions; export declare const HandlerDocument: DocumentNode; /** * __useHandlerMutation__ * * To run a mutation, you first call `useHandlerMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useHandlerMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [handlerMutation, { data, loading, error }] = useHandlerMutation({ * variables: { * arg: // value for 'arg' * }, * }); */ export declare function useHandlerMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type HandlerMutationHookResult = ReturnType; export type HandlerMutationResult = Apollo.MutationResult; export type HandlerMutationOptions = Apollo.BaseMutationOptions; export declare const OpenEditorFileDocument: DocumentNode; /** * __useOpenEditorFileMutation__ * * To run a mutation, you first call `useOpenEditorFileMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useOpenEditorFileMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [openEditorFileMutation, { data, loading, error }] = useOpenEditorFileMutation({ * variables: { * content: // value for 'content' * options: // value for 'options' * }, * }); */ export declare function useOpenEditorFileMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type OpenEditorFileMutationHookResult = ReturnType; export type OpenEditorFileMutationResult = Apollo.MutationResult; export type OpenEditorFileMutationOptions = Apollo.BaseMutationOptions; export declare const HideInputModelDocument: DocumentNode; /** * __useHideInputModelMutation__ * * To run a mutation, you first call `useHideInputModelMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useHideInputModelMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [hideInputModelMutation, { data, loading, error }] = useHideInputModelMutation({ * variables: { * }, * }); */ export declare function useHideInputModelMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type HideInputModelMutationHookResult = ReturnType; export type HideInputModelMutationResult = Apollo.MutationResult; export type HideInputModelMutationOptions = Apollo.BaseMutationOptions; export declare const SetSelectedDocument: DocumentNode; /** * __useSetSelectedMutation__ * * To run a mutation, you first call `useSetSelectedMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSetSelectedMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [setSelectedMutation, { data, loading, error }] = useSetSelectedMutation({ * variables: { * selectedValue: // value for 'selectedValue' * inputValue: // value for 'inputValue' * }, * }); */ export declare function useSetSelectedMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; inputValue?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type SetSelectedMutationHookResult = ReturnType; export type SetSelectedMutationResult = Apollo.MutationResult; export type SetSelectedMutationOptions = Apollo.BaseMutationOptions; export declare const ShowInputDocument: DocumentNode; /** * __useShowInputMutation__ * * To run a mutation, you first call `useShowInputMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useShowInputMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [showInputMutation, { data, loading, error }] = useShowInputMutation({ * variables: { * options: // value for 'options' * }, * }); */ export declare function useShowInputMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ShowInputMutationHookResult = ReturnType; export type ShowInputMutationResult = Apollo.MutationResult; export type ShowInputMutationOptions = Apollo.BaseMutationOptions; export declare const ShowPickInputDocument: DocumentNode; /** * __useShowPickInputMutation__ * * To run a mutation, you first call `useShowPickInputMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useShowPickInputMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [showPickInputMutation, { data, loading, error }] = useShowPickInputMutation({ * variables: { * items: // value for 'items' * options: // value for 'options' * }, * }); */ export declare function useShowPickInputMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; options?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ShowPickInputMutationHookResult = ReturnType; export type ShowPickInputMutationResult = Apollo.MutationResult; export type ShowPickInputMutationOptions = Apollo.BaseMutationOptions; export declare const AddEntryDocument: DocumentNode; /** * __useAddEntryMutation__ * * To run a mutation, you first call `useAddEntryMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useAddEntryMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [addEntryMutation, { data, loading, error }] = useAddEntryMutation({ * variables: { * arg: // value for 'arg' * }, * }); */ export declare function useAddEntryMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type AddEntryMutationHookResult = ReturnType; export type AddEntryMutationResult = Apollo.MutationResult; export type AddEntryMutationOptions = Apollo.BaseMutationOptions; export declare const RemoveStatusbarEntryDocument: DocumentNode; /** * __useRemoveStatusbarEntryMutation__ * * To run a mutation, you first call `useRemoveStatusbarEntryMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useRemoveStatusbarEntryMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [removeStatusbarEntryMutation, { data, loading, error }] = useRemoveStatusbarEntryMutation({ * variables: { * id: // value for 'id' * }, * }); */ export declare function useRemoveStatusbarEntryMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple, Apollo.DefaultContext, Apollo.ApolloCache>; export type RemoveStatusbarEntryMutationHookResult = ReturnType; export type RemoveStatusbarEntryMutationResult = Apollo.MutationResult; export type RemoveStatusbarEntryMutationOptions = Apollo.BaseMutationOptions; export declare const SetStatusMessageDocument: DocumentNode; /** * __useSetStatusMessageMutation__ * * To run a mutation, you first call `useSetStatusMessageMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useSetStatusMessageMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [setStatusMessageMutation, { data, loading, error }] = useSetStatusMessageMutation({ * variables: { * arg: // value for 'arg' * }, * }); */ export declare function useSetStatusMessageMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type SetStatusMessageMutationHookResult = ReturnType; export type SetStatusMessageMutationResult = Apollo.MutationResult; export type SetStatusMessageMutationOptions = Apollo.BaseMutationOptions; export declare const UpdateStatusbarEntryDocument: DocumentNode; /** * __useUpdateStatusbarEntryMutation__ * * To run a mutation, you first call `useUpdateStatusbarEntryMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateStatusbarEntryMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateStatusbarEntryMutation, { data, loading, error }] = useUpdateStatusbarEntryMutation({ * variables: { * arg: // value for 'arg' * }, * }); */ export declare function useUpdateStatusbarEntryMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateStatusbarEntryMutationHookResult = ReturnType; export type UpdateStatusbarEntryMutationResult = Apollo.MutationResult; export type UpdateStatusbarEntryMutationOptions = Apollo.BaseMutationOptions; export declare const AddFoldersDocument: DocumentNode; /** * __useAddFoldersMutation__ * * To run a mutation, you first call `useAddFoldersMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useAddFoldersMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [addFoldersMutation, { data, loading, error }] = useAddFoldersMutation({ * variables: { * folders: // value for 'folders' * index: // value for 'index' * }, * }); */ export declare function useAddFoldersMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; index?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type AddFoldersMutationHookResult = ReturnType; export type AddFoldersMutationResult = Apollo.MutationResult; export type AddFoldersMutationOptions = Apollo.BaseMutationOptions; export declare const ChangeWorkspaceDocument: DocumentNode; /** * __useChangeWorkspaceMutation__ * * To run a mutation, you first call `useChangeWorkspaceMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useChangeWorkspaceMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [changeWorkspaceMutation, { data, loading, error }] = useChangeWorkspaceMutation({ * variables: { * args: // value for 'args' * }, * }); */ export declare function useChangeWorkspaceMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ChangeWorkspaceMutationHookResult = ReturnType; export type ChangeWorkspaceMutationResult = Apollo.MutationResult; export type ChangeWorkspaceMutationOptions = Apollo.BaseMutationOptions; export declare const RemoveFoldersDocument: DocumentNode; /** * __useRemoveFoldersMutation__ * * To run a mutation, you first call `useRemoveFoldersMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useRemoveFoldersMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [removeFoldersMutation, { data, loading, error }] = useRemoveFoldersMutation({ * variables: { * folders: // value for 'folders' * }, * }); */ export declare function useRemoveFoldersMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type RemoveFoldersMutationHookResult = ReturnType; export type RemoveFoldersMutationResult = Apollo.MutationResult; export type RemoveFoldersMutationOptions = Apollo.BaseMutationOptions; export declare const UpdateFoldersDocument: DocumentNode; /** * __useUpdateFoldersMutation__ * * To run a mutation, you first call `useUpdateFoldersMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateFoldersMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateFoldersMutation, { data, loading, error }] = useUpdateFoldersMutation({ * variables: { * foldersToAdd: // value for 'foldersToAdd' * foldersToRemove: // value for 'foldersToRemove' * index: // value for 'index' * }, * }); */ export declare function useUpdateFoldersMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; foldersToRemove?: SchemaTypes.Maybe> | SchemaTypes.Maybe>; index?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateFoldersMutationHookResult = ReturnType; export type UpdateFoldersMutationResult = Apollo.MutationResult; export type UpdateFoldersMutationOptions = Apollo.BaseMutationOptions; export declare const FinalConfiguration_WsDocument: DocumentNode; /** * __useFinalConfiguration_WsQuery__ * * To run a query within a React component, call `useFinalConfiguration_WsQuery` and pass it any options that fit your needs. * When your component renders, `useFinalConfiguration_WsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useFinalConfiguration_WsQuery({ * variables: { * }, * }); */ export declare function useFinalConfiguration_WsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useFinalConfiguration_WsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type FinalConfiguration_WsQueryHookResult = ReturnType; export type FinalConfiguration_WsLazyQueryHookResult = ReturnType; export type FinalConfiguration_WsQueryResult = Apollo.QueryResult; export declare const GetContextDocument: DocumentNode; /** * __useGetContextQuery__ * * To run a query within a React component, call `useGetContextQuery` and pass it any options that fit your needs. * When your component renders, `useGetContextQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetContextQuery({ * variables: { * }, * }); */ export declare function useGetContextQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetContextQueryHookResult = ReturnType; export type GetContextLazyQueryHookResult = ReturnType; export type GetContextQueryResult = Apollo.QueryResult; export declare const ContextMenuDocument: DocumentNode; /** * __useContextMenuQuery__ * * To run a query within a React component, call `useContextMenuQuery` and pass it any options that fit your needs. * When your component renders, `useContextMenuQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useContextMenuQuery({ * variables: { * }, * }); */ export declare function useContextMenuQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useContextMenuLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type ContextMenuQueryHookResult = ReturnType; export type ContextMenuLazyQueryHookResult = ReturnType; export type ContextMenuQueryResult = Apollo.QueryResult; export declare const DialogDocument: DocumentNode; /** * __useDialogQuery__ * * To run a query within a React component, call `useDialogQuery` and pass it any options that fit your needs. * When your component renders, `useDialogQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useDialogQuery({ * variables: { * }, * }); */ export declare function useDialogQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useDialogLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type DialogQueryHookResult = ReturnType; export type DialogLazyQueryHookResult = ReturnType; export type DialogQueryResult = Apollo.QueryResult; export declare const ShowDialogDocument: DocumentNode; /** * __useShowDialogQuery__ * * To run a query within a React component, call `useShowDialogQuery` and pass it any options that fit your needs. * When your component renders, `useShowDialogQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useShowDialogQuery({ * variables: { * dialog: // value for 'dialog' * }, * }); */ export declare function useShowDialogQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult; }>>; export declare function useShowDialogLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple; }>>; export type ShowDialogQueryHookResult = ReturnType; export type ShowDialogLazyQueryHookResult = ReturnType; export type ShowDialogQueryResult = Apollo.QueryResult; export declare const GoToLineQuickAccessDocument: DocumentNode; /** * __useGoToLineQuickAccessQuery__ * * To run a query within a React component, call `useGoToLineQuickAccessQuery` and pass it any options that fit your needs. * When your component renders, `useGoToLineQuickAccessQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGoToLineQuickAccessQuery({ * variables: { * }, * }); */ export declare function useGoToLineQuickAccessQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGoToLineQuickAccessLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GoToLineQuickAccessQueryHookResult = ReturnType; export type GoToLineQuickAccessLazyQueryHookResult = ReturnType; export type GoToLineQuickAccessQueryResult = Apollo.QueryResult; export declare const GetKeybindingsDocument: DocumentNode; /** * __useGetKeybindingsQuery__ * * To run a query within a React component, call `useGetKeybindingsQuery` and pass it any options that fit your needs. * When your component renders, `useGetKeybindingsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetKeybindingsQuery({ * variables: { * }, * }); */ export declare function useGetKeybindingsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetKeybindingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetKeybindingsQueryHookResult = ReturnType; export type GetKeybindingsLazyQueryHookResult = ReturnType; export type GetKeybindingsQueryResult = Apollo.QueryResult; export declare const KeybindingContextMenuDocument: DocumentNode; /** * __useKeybindingContextMenuQuery__ * * To run a query within a React component, call `useKeybindingContextMenuQuery` and pass it any options that fit your needs. * When your component renders, `useKeybindingContextMenuQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useKeybindingContextMenuQuery({ * variables: { * }, * }); */ export declare function useKeybindingContextMenuQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useKeybindingContextMenuLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type KeybindingContextMenuQueryHookResult = ReturnType; export type KeybindingContextMenuLazyQueryHookResult = ReturnType; export type KeybindingContextMenuQueryResult = Apollo.QueryResult; export declare const KeybindingsDocument: DocumentNode; /** * __useKeybindingsQuery__ * * To run a query within a React component, call `useKeybindingsQuery` and pass it any options that fit your needs. * When your component renders, `useKeybindingsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useKeybindingsQuery({ * variables: { * }, * }); */ export declare function useKeybindingsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useKeybindingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type KeybindingsQueryHookResult = ReturnType; export type KeybindingsLazyQueryHookResult = ReturnType; export type KeybindingsQueryResult = Apollo.QueryResult; export declare const NotificationsDocument: DocumentNode; /** * __useNotificationsQuery__ * * To run a query within a React component, call `useNotificationsQuery` and pass it any options that fit your needs. * When your component renders, `useNotificationsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useNotificationsQuery({ * variables: { * }, * }); */ export declare function useNotificationsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useNotificationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type NotificationsQueryHookResult = ReturnType; export type NotificationsLazyQueryHookResult = ReturnType; export type NotificationsQueryResult = Apollo.QueryResult; export declare const ShowNotificationDocument: DocumentNode; /** * __useShowNotificationQuery__ * * To run a query within a React component, call `useShowNotificationQuery` and pass it any options that fit your needs. * When your component renders, `useShowNotificationQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useShowNotificationQuery({ * variables: { * notification: // value for 'notification' * }, * }); */ export declare function useShowNotificationQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult; }>>; export declare function useShowNotificationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple; }>>; export type ShowNotificationQueryHookResult = ReturnType; export type ShowNotificationLazyQueryHookResult = ReturnType; export type ShowNotificationQueryResult = Apollo.QueryResult; export declare const GetSelectedValueDocument: DocumentNode; /** * __useGetSelectedValueQuery__ * * To run a query within a React component, call `useGetSelectedValueQuery` and pass it any options that fit your needs. * When your component renders, `useGetSelectedValueQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetSelectedValueQuery({ * variables: { * }, * }); */ export declare function useGetSelectedValueQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetSelectedValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetSelectedValueQueryHookResult = ReturnType; export type GetSelectedValueLazyQueryHookResult = ReturnType; export type GetSelectedValueQueryResult = Apollo.QueryResult; export declare const QuickInputModelDocument: DocumentNode; /** * __useQuickInputModelQuery__ * * To run a query within a React component, call `useQuickInputModelQuery` and pass it any options that fit your needs. * When your component renders, `useQuickInputModelQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useQuickInputModelQuery({ * variables: { * }, * }); */ export declare function useQuickInputModelQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useQuickInputModelLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type QuickInputModelQueryHookResult = ReturnType; export type QuickInputModelLazyQueryHookResult = ReturnType; export type QuickInputModelQueryResult = Apollo.QueryResult; export declare const StatusbarDocument: DocumentNode; /** * __useStatusbarQuery__ * * To run a query within a React component, call `useStatusbarQuery` and pass it any options that fit your needs. * When your component renders, `useStatusbarQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useStatusbarQuery({ * variables: { * }, * }); */ export declare function useStatusbarQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useStatusbarLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type StatusbarQueryHookResult = ReturnType; export type StatusbarLazyQueryHookResult = ReturnType; export type StatusbarQueryResult = Apollo.QueryResult; export declare const StatusbarItemDocument: DocumentNode; /** * __useStatusbarItemQuery__ * * To run a query within a React component, call `useStatusbarItemQuery` and pass it any options that fit your needs. * When your component renders, `useStatusbarItemQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useStatusbarItemQuery({ * variables: { * id: // value for 'id' * }, * }); */ export declare function useStatusbarItemQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult; }>>; export declare function useStatusbarItemLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple; }>>; export type StatusbarItemQueryHookResult = ReturnType; export type StatusbarItemLazyQueryHookResult = ReturnType; export type StatusbarItemQueryResult = Apollo.QueryResult; export declare const GetViewsDocument: DocumentNode; /** * __useGetViewsQuery__ * * To run a query within a React component, call `useGetViewsQuery` and pass it any options that fit your needs. * When your component renders, `useGetViewsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetViewsQuery({ * variables: { * containerId: // value for 'containerId' * }, * }); */ export declare function useGetViewsQuery(baseOptions: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetViewsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetViewsQueryHookResult = ReturnType; export type GetViewsLazyQueryHookResult = ReturnType; export type GetViewsQueryResult = Apollo.QueryResult; export declare const GetWorkspaceDocument: DocumentNode; /** * __useGetWorkspaceQuery__ * * To run a query within a React component, call `useGetWorkspaceQuery` and pass it any options that fit your needs. * When your component renders, `useGetWorkspaceQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetWorkspaceQuery({ * variables: { * }, * }); */ export declare function useGetWorkspaceQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetWorkspaceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetWorkspaceQueryHookResult = ReturnType; export type GetWorkspaceLazyQueryHookResult = ReturnType; export type GetWorkspaceQueryResult = Apollo.QueryResult; export declare const NotifyErrorDocument: DocumentNode; /** * __useNotifyErrorMutation__ * * To run a mutation, you first call `useNotifyErrorMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useNotifyErrorMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [notifyErrorMutation, { data, loading, error }] = useNotifyErrorMutation({ * variables: { * message: // value for 'message' * }, * }); */ export declare function useNotifyErrorMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type NotifyErrorMutationHookResult = ReturnType; export type NotifyErrorMutationResult = Apollo.MutationResult; export type NotifyErrorMutationOptions = Apollo.BaseMutationOptions; export declare const NotifyInfoDocument: DocumentNode; /** * __useNotifyInfoMutation__ * * To run a mutation, you first call `useNotifyInfoMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useNotifyInfoMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [notifyInfoMutation, { data, loading, error }] = useNotifyInfoMutation({ * variables: { * message: // value for 'message' * }, * }); */ export declare function useNotifyInfoMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type NotifyInfoMutationHookResult = ReturnType; export type NotifyInfoMutationResult = Apollo.MutationResult; export type NotifyInfoMutationOptions = Apollo.BaseMutationOptions; export declare const NotifyPromptDocument: DocumentNode; /** * __useNotifyPromptMutation__ * * To run a mutation, you first call `useNotifyPromptMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useNotifyPromptMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [notifyPromptMutation, { data, loading, error }] = useNotifyPromptMutation({ * variables: { * severity: // value for 'severity' * message: // value for 'message' * choices: // value for 'choices' * options: // value for 'options' * }, * }); */ export declare function useNotifyPromptMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; message?: SchemaTypes.Maybe; choices?: SchemaTypes.Maybe> | SchemaTypes.Maybe>; options?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type NotifyPromptMutationHookResult = ReturnType; export type NotifyPromptMutationResult = Apollo.MutationResult; export type NotifyPromptMutationOptions = Apollo.BaseMutationOptions; export declare const NotifyWarnDocument: DocumentNode; /** * __useNotifyWarnMutation__ * * To run a mutation, you first call `useNotifyWarnMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useNotifyWarnMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [notifyWarnMutation, { data, loading, error }] = useNotifyWarnMutation({ * variables: { * message: // value for 'message' * }, * }); */ export declare function useNotifyWarnMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type NotifyWarnMutationHookResult = ReturnType; export type NotifyWarnMutationResult = Apollo.MutationResult; export type NotifyWarnMutationOptions = Apollo.BaseMutationOptions; export declare const NotifyDocument: DocumentNode; /** * __useNotifyMutation__ * * To run a mutation, you first call `useNotifyMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useNotifyMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [notifyMutation, { data, loading, error }] = useNotifyMutation({ * variables: { * notification: // value for 'notification' * }, * }); */ export declare function useNotifyMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type NotifyMutationHookResult = ReturnType; export type NotifyMutationResult = Apollo.MutationResult; export type NotifyMutationOptions = Apollo.BaseMutationOptions; export declare const UpdateWorkspaceContextAddFoldersDocument: DocumentNode; /** * __useUpdateWorkspaceContextAddFoldersMutation__ * * To run a mutation, you first call `useUpdateWorkspaceContextAddFoldersMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateWorkspaceContextAddFoldersMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateWorkspaceContextAddFoldersMutation, { data, loading, error }] = useUpdateWorkspaceContextAddFoldersMutation({ * variables: { * foldersToAdd: // value for 'foldersToAdd' * index: // value for 'index' * }, * }); */ export declare function useUpdateWorkspaceContextAddFoldersMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; index?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateWorkspaceContextAddFoldersMutationHookResult = ReturnType; export type UpdateWorkspaceContextAddFoldersMutationResult = Apollo.MutationResult; export type UpdateWorkspaceContextAddFoldersMutationOptions = Apollo.BaseMutationOptions; export declare const UpdateWorkspaceContextRemoveFoldersDocument: DocumentNode; /** * __useUpdateWorkspaceContextRemoveFoldersMutation__ * * To run a mutation, you first call `useUpdateWorkspaceContextRemoveFoldersMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateWorkspaceContextRemoveFoldersMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateWorkspaceContextRemoveFoldersMutation, { data, loading, error }] = useUpdateWorkspaceContextRemoveFoldersMutation({ * variables: { * foldersToRemove: // value for 'foldersToRemove' * }, * }); */ export declare function useUpdateWorkspaceContextRemoveFoldersMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateWorkspaceContextRemoveFoldersMutationHookResult = ReturnType; export type UpdateWorkspaceContextRemoveFoldersMutationResult = Apollo.MutationResult; export type UpdateWorkspaceContextRemoveFoldersMutationOptions = Apollo.BaseMutationOptions; export declare const UpdateWorkspaceContextUpdateFoldersDocument: DocumentNode; /** * __useUpdateWorkspaceContextUpdateFoldersMutation__ * * To run a mutation, you first call `useUpdateWorkspaceContextUpdateFoldersMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateWorkspaceContextUpdateFoldersMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateWorkspaceContextUpdateFoldersMutation, { data, loading, error }] = useUpdateWorkspaceContextUpdateFoldersMutation({ * variables: { * foldersToAdd: // value for 'foldersToAdd' * foldersToRemove: // value for 'foldersToRemove' * index: // value for 'index' * }, * }); */ export declare function useUpdateWorkspaceContextUpdateFoldersMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple> | SchemaTypes.Maybe>; foldersToRemove?: SchemaTypes.Maybe> | SchemaTypes.Maybe>; index?: SchemaTypes.Maybe; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateWorkspaceContextUpdateFoldersMutationHookResult = ReturnType; export type UpdateWorkspaceContextUpdateFoldersMutationResult = Apollo.MutationResult; export type UpdateWorkspaceContextUpdateFoldersMutationOptions = Apollo.BaseMutationOptions; export declare const GetConfiguration_WsDocument: DocumentNode; /** * __useGetConfiguration_WsQuery__ * * To run a query within a React component, call `useGetConfiguration_WsQuery` and pass it any options that fit your needs. * When your component renders, `useGetConfiguration_WsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetConfiguration_WsQuery({ * variables: { * }, * }); */ export declare function useGetConfiguration_WsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetConfiguration_WsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetConfiguration_WsQueryHookResult = ReturnType; export type GetConfiguration_WsLazyQueryHookResult = ReturnType; export type GetConfiguration_WsQueryResult = Apollo.QueryResult; export declare const GetEnvironment_WsDocument: DocumentNode; /** * __useGetEnvironment_WsQuery__ * * To run a query within a React component, call `useGetEnvironment_WsQuery` and pass it any options that fit your needs. * When your component renders, `useGetEnvironment_WsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetEnvironment_WsQuery({ * variables: { * }, * }); */ export declare function useGetEnvironment_WsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetEnvironment_WsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetEnvironment_WsQueryHookResult = ReturnType; export type GetEnvironment_WsLazyQueryHookResult = ReturnType; export type GetEnvironment_WsQueryResult = Apollo.QueryResult; export declare const GetWorkspace_WsDocument: DocumentNode; /** * __useGetWorkspace_WsQuery__ * * To run a query within a React component, call `useGetWorkspace_WsQuery` and pass it any options that fit your needs. * When your component renders, `useGetWorkspace_WsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetWorkspace_WsQuery({ * variables: { * }, * }); */ export declare function useGetWorkspace_WsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult>; export declare function useGetWorkspace_WsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple>; export type GetWorkspace_WsQueryHookResult = ReturnType; export type GetWorkspace_WsLazyQueryHookResult = ReturnType; export type GetWorkspace_WsQueryResult = Apollo.QueryResult; export declare const GetWorkspaceValue_WsDocument: DocumentNode; /** * __useGetWorkspaceValue_WsQuery__ * * To run a query within a React component, call `useGetWorkspaceValue_WsQuery` and pass it any options that fit your needs. * When your component renders, `useGetWorkspaceValue_WsQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetWorkspaceValue_WsQuery({ * variables: { * value: // value for 'value' * }, * }); */ export declare function useGetWorkspaceValue_WsQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult; }>>; export declare function useGetWorkspaceValue_WsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple; }>>; export type GetWorkspaceValue_WsQueryHookResult = ReturnType; export type GetWorkspaceValue_WsLazyQueryHookResult = ReturnType; export type GetWorkspaceValue_WsQueryResult = Apollo.QueryResult; export declare const AddServerNotificationDocument: DocumentNode; /** * __useAddServerNotificationMutation__ * * To run a mutation, you first call `useAddServerNotificationMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useAddServerNotificationMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [addServerNotificationMutation, { data, loading, error }] = useAddServerNotificationMutation({ * variables: { * notification: // value for 'notification' * }, * }); */ export declare function useAddServerNotificationMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type AddServerNotificationMutationHookResult = ReturnType; export type AddServerNotificationMutationResult = Apollo.MutationResult; export type AddServerNotificationMutationOptions = Apollo.BaseMutationOptions; export declare const GetWorkspaceFolderContextDocument: DocumentNode; /** * __useGetWorkspaceFolderContextQuery__ * * To run a query within a React component, call `useGetWorkspaceFolderContextQuery` and pass it any options that fit your needs. * When your component renders, `useGetWorkspaceFolderContextQuery` returns an object from Apollo Client that contains loading, error, and data properties * you can use to render your UI. * * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options; * * @example * const { data, loading, error } = useGetWorkspaceFolderContextQuery({ * variables: { * arg: // value for 'arg' * }, * }); */ export declare function useGetWorkspaceFolderContextQuery(baseOptions?: Apollo.QueryHookOptions): Apollo.QueryResult; }>>; export declare function useGetWorkspaceFolderContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions): Apollo.LazyQueryResultTuple; }>>; export type GetWorkspaceFolderContextQueryHookResult = ReturnType; export type GetWorkspaceFolderContextLazyQueryHookResult = ReturnType; export type GetWorkspaceFolderContextQueryResult = Apollo.QueryResult; export declare const CodeLenseProviderDefinitionDocument: DocumentNode; /** * __useCodeLenseProviderDefinitionMutation__ * * To run a mutation, you first call `useCodeLenseProviderDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useCodeLenseProviderDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [codeLenseProviderDefinitionMutation, { data, loading, error }] = useCodeLenseProviderDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useCodeLenseProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type CodeLenseProviderDefinitionMutationHookResult = ReturnType; export type CodeLenseProviderDefinitionMutationResult = Apollo.MutationResult; export type CodeLenseProviderDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const CompletionProviderDefinitionDocument: DocumentNode; /** * __useCompletionProviderDefinitionMutation__ * * To run a mutation, you first call `useCompletionProviderDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useCompletionProviderDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [completionProviderDefinitionMutation, { data, loading, error }] = useCompletionProviderDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useCompletionProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type CompletionProviderDefinitionMutationHookResult = ReturnType; export type CompletionProviderDefinitionMutationResult = Apollo.MutationResult; export type CompletionProviderDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const DefinitionDefinitionDocument: DocumentNode; /** * __useDefinitionDefinitionMutation__ * * To run a mutation, you first call `useDefinitionDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useDefinitionDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [definitionDefinitionMutation, { data, loading, error }] = useDefinitionDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useDefinitionDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type DefinitionDefinitionMutationHookResult = ReturnType; export type DefinitionDefinitionMutationResult = Apollo.MutationResult; export type DefinitionDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const DocumentHighLightProviderDefinitionDocument: DocumentNode; /** * __useDocumentHighLightProviderDefinitionMutation__ * * To run a mutation, you first call `useDocumentHighLightProviderDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useDocumentHighLightProviderDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [documentHighLightProviderDefinitionMutation, { data, loading, error }] = useDocumentHighLightProviderDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useDocumentHighLightProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type DocumentHighLightProviderDefinitionMutationHookResult = ReturnType; export type DocumentHighLightProviderDefinitionMutationResult = Apollo.MutationResult; export type DocumentHighLightProviderDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const DocumentFormattingProviderDefinitionDocument: DocumentNode; /** * __useDocumentFormattingProviderDefinitionMutation__ * * To run a mutation, you first call `useDocumentFormattingProviderDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useDocumentFormattingProviderDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [documentFormattingProviderDefinitionMutation, { data, loading, error }] = useDocumentFormattingProviderDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useDocumentFormattingProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type DocumentFormattingProviderDefinitionMutationHookResult = ReturnType; export type DocumentFormattingProviderDefinitionMutationResult = Apollo.MutationResult; export type DocumentFormattingProviderDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const HoverProviderDefinitionDocument: DocumentNode; /** * __useHoverProviderDefinitionMutation__ * * To run a mutation, you first call `useHoverProviderDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useHoverProviderDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [hoverProviderDefinitionMutation, { data, loading, error }] = useHoverProviderDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useHoverProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type HoverProviderDefinitionMutationHookResult = ReturnType; export type HoverProviderDefinitionMutationResult = Apollo.MutationResult; export type HoverProviderDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const OpenLanguageDocumentDocument: DocumentNode; /** * __useOpenLanguageDocumentMutation__ * * To run a mutation, you first call `useOpenLanguageDocumentMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useOpenLanguageDocumentMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [openLanguageDocumentMutation, { data, loading, error }] = useOpenLanguageDocumentMutation({ * variables: { * document: // value for 'document' * }, * }); */ export declare function useOpenLanguageDocumentMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type OpenLanguageDocumentMutationHookResult = ReturnType; export type OpenLanguageDocumentMutationResult = Apollo.MutationResult; export type OpenLanguageDocumentMutationOptions = Apollo.BaseMutationOptions; export declare const ReferenceProviderDefinitionDocument: DocumentNode; /** * __useReferenceProviderDefinitionMutation__ * * To run a mutation, you first call `useReferenceProviderDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useReferenceProviderDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [referenceProviderDefinitionMutation, { data, loading, error }] = useReferenceProviderDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useReferenceProviderDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type ReferenceProviderDefinitionMutationHookResult = ReturnType; export type ReferenceProviderDefinitionMutationResult = Apollo.MutationResult; export type ReferenceProviderDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const RenameDefinitionDocument: DocumentNode; /** * __useRenameDefinitionMutation__ * * To run a mutation, you first call `useRenameDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useRenameDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [renameDefinitionMutation, { data, loading, error }] = useRenameDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useRenameDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type RenameDefinitionMutationHookResult = ReturnType; export type RenameDefinitionMutationResult = Apollo.MutationResult; export type RenameDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const DocumentSymbolDefinitionDocument: DocumentNode; /** * __useDocumentSymbolDefinitionMutation__ * * To run a mutation, you first call `useDocumentSymbolDefinitionMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useDocumentSymbolDefinitionMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [documentSymbolDefinitionMutation, { data, loading, error }] = useDocumentSymbolDefinitionMutation({ * variables: { * params: // value for 'params' * }, * }); */ export declare function useDocumentSymbolDefinitionMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type DocumentSymbolDefinitionMutationHookResult = ReturnType; export type DocumentSymbolDefinitionMutationResult = Apollo.MutationResult; export type DocumentSymbolDefinitionMutationOptions = Apollo.BaseMutationOptions; export declare const UpdateModelDocument: DocumentNode; /** * __useUpdateModelMutation__ * * To run a mutation, you first call `useUpdateModelMutation` within a React component and pass it any options that fit your needs. * When your component renders, `useUpdateModelMutation` returns a tuple that includes: * - A mutate function that you can call at any time to execute the mutation * - An object with fields that represent the current status of the mutation's execution * * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2; * * @example * const [updateModelMutation, { data, loading, error }] = useUpdateModelMutation({ * variables: { * model: // value for 'model' * }, * }); */ export declare function useUpdateModelMutation(baseOptions?: Apollo.MutationHookOptions): Apollo.MutationTuple; }>, Apollo.DefaultContext, Apollo.ApolloCache>; export type UpdateModelMutationHookResult = ReturnType; export type UpdateModelMutationResult = Apollo.MutationResult; export type UpdateModelMutationOptions = Apollo.BaseMutationOptions;