import { _, __ } from "./$"; import { ApiQueryType } from "./api-query"; export type AppBranchProcessStartedPendingEventsInfoQueryParams = Parameters[0]; export type AppBranchProcessStartedPendingEventsInfoQueryErrorTypeName = never; export interface AppBranchProcessStartedPendingEventsInfoQueryInvalidQueryData { errorTypeName: AppBranchProcessStartedPendingEventsInfoQueryErrorTypeName; } export interface AppBranchProcessStartedPendingEventsInfoQueryValidQueryData { errorTypeName: undefined; appBranchProcessStartedPendingEventsInfo: Awaited>; } export declare const APP_BRANCH_STARTED_PENDING_EVENTS_INFO_QUERY_TYPE: __.ImmutableBox>; export declare const getAppBranchProcessStartedPendingEventsInfoQueryKey: (params: {}) => Array, /** * */ useAppBranchProcessStartedPendingEventsInfoQuery: import("./api-query").UseApiQuery<{}, AppBranchProcessStartedPendingEventsInfoQueryInvalidQueryData, AppBranchProcessStartedPendingEventsInfoQueryValidQueryData>, /** * */ useAppBranchProcessStartedPendingEventsInfoQueries: (queriesParams: ({} | undefined)[]) => (import("./api-query").ApiQuery<{}, AppBranchProcessStartedPendingEventsInfoQueryInvalidQueryData, AppBranchProcessStartedPendingEventsInfoQueryValidQueryData> | undefined)[], /** * */ useAppBranchProcessStartedPendingEventsInfoSuspenseQuery: (params: {}) => import("./api-query").ApiSuspenseQuery<{}, AppBranchProcessStartedPendingEventsInfoQueryInvalidQueryData, AppBranchProcessStartedPendingEventsInfoQueryValidQueryData>, /** * */ useAppBranchProcessStartedPendingEventsInfoSuspenseValidQuery: (params: {}) => import("./api-query").ApiSuspenseValidQuery<{}, AppBranchProcessStartedPendingEventsInfoQueryValidQueryData>; /** * */ export declare function useAppBranchProcessStartedPendingEventsInfo(params: AppBranchProcessStartedPendingEventsInfoQueryParams): { [appBranchProcessStartedPendingEventId: string]: _.AppBranchProcessStartedEventInfo; }; //# sourceMappingURL=use-app-branch-process-started-pending-events-info-query.d.ts.map