import { _, __ } from "./$"; import { ApiQueryType } from "./api-query"; export type AppBranchTaskFinishedPendingEventsInfoQueryParams = Parameters[0]; export type AppBranchTaskFinishedPendingEventsInfoQueryErrorTypeName = never; export interface AppBranchTaskFinishedPendingEventsInfoQueryInvalidQueryData { errorTypeName: AppBranchTaskFinishedPendingEventsInfoQueryErrorTypeName; } export interface AppBranchTaskFinishedPendingEventsInfoQueryValidQueryData { errorTypeName: undefined; appBranchTaskFinishedPendingEventsInfo: Awaited>; } export declare const APP_BRANCH_TASK_FINISHED_PENDING_EVENTS_INFO_QUERY_TYPE: __.ImmutableBox>; export declare const getAppBranchTaskFinishedPendingEventsInfoQueryKey: (params: {}) => Array, /** * */ useAppBranchTaskFinishedPendingEventsInfoQuery: import("./api-query").UseApiQuery<{}, AppBranchTaskFinishedPendingEventsInfoQueryInvalidQueryData, AppBranchTaskFinishedPendingEventsInfoQueryValidQueryData>, /** * */ useAppBranchTaskFinishedPendingEventsInfoQueries: (queriesParams: ({} | undefined)[]) => (import("./api-query").ApiQuery<{}, AppBranchTaskFinishedPendingEventsInfoQueryInvalidQueryData, AppBranchTaskFinishedPendingEventsInfoQueryValidQueryData> | undefined)[], /** * */ useAppBranchTaskFinishedPendingEventsInfoSuspenseQuery: (params: {}) => import("./api-query").ApiSuspenseQuery<{}, AppBranchTaskFinishedPendingEventsInfoQueryInvalidQueryData, AppBranchTaskFinishedPendingEventsInfoQueryValidQueryData>, /** * */ useAppBranchTaskFinishedPendingEventsInfoSuspenseValidQuery: (params: {}) => import("./api-query").ApiSuspenseValidQuery<{}, AppBranchTaskFinishedPendingEventsInfoQueryValidQueryData>; /** * */ export declare function useAppBranchTaskFinishedPendingEventsInfo(params: AppBranchTaskFinishedPendingEventsInfoQueryParams): { [appBranchTaskFinishedPendingEventId: string]: _.AppBranchTaskFinishedEventInfo; }; //# sourceMappingURL=use-app-branch-task-finished-pending-events-info-query.d.ts.map