import { _, __ } from "./$"; import { ApiQueryType } from "./api-query"; export type AppBranchTaskStartedPendingEventsInfoQueryParams = Parameters[0]; export type AppBranchTaskStartedPendingEventsInfoQueryErrorTypeName = never; export interface AppBranchTaskStartedPendingEventsInfoQueryInvalidQueryData { errorTypeName: AppBranchTaskStartedPendingEventsInfoQueryErrorTypeName; } export interface AppBranchTaskStartedPendingEventsInfoQueryValidQueryData { errorTypeName: undefined; appBranchTaskStartedPendingEventsInfo: Awaited>; } export declare const APP_BRANCH_TASK_STARTED_PENDING_EVENTS_INFO_QUERY_TYPE: __.ImmutableBox>; export declare const getAppBranchTaskStartedPendingEventsInfoQueryKey: (params: {}) => Array, /** * */ useAppBranchTaskStartedPendingEventsInfoQuery: import("./api-query").UseApiQuery<{}, AppBranchTaskStartedPendingEventsInfoQueryInvalidQueryData, AppBranchTaskStartedPendingEventsInfoQueryValidQueryData>, /** * */ useAppBranchTaskStartedPendingEventsInfoQueries: (queriesParams: ({} | undefined)[]) => (import("./api-query").ApiQuery<{}, AppBranchTaskStartedPendingEventsInfoQueryInvalidQueryData, AppBranchTaskStartedPendingEventsInfoQueryValidQueryData> | undefined)[], /** * */ useAppBranchTaskStartedPendingEventsInfoSuspenseQuery: (params: {}) => import("./api-query").ApiSuspenseQuery<{}, AppBranchTaskStartedPendingEventsInfoQueryInvalidQueryData, AppBranchTaskStartedPendingEventsInfoQueryValidQueryData>, /** * */ useAppBranchTaskStartedPendingEventsInfoSuspenseValidQuery: (params: {}) => import("./api-query").ApiSuspenseValidQuery<{}, AppBranchTaskStartedPendingEventsInfoQueryValidQueryData>; /** * */ export declare function useAppBranchTaskStartedPendingEventsInfo(params: AppBranchTaskStartedPendingEventsInfoQueryParams): { [appBranchTaskStartedPendingEventId: string]: _.AppBranchTaskStartedEventInfo; }; //# sourceMappingURL=use-app-branch-task-started-pending-events-info-query.d.ts.map