import { _, __ } from "./$"; import { ApiQueryType } from "./api-query"; export type AppBranchLatestPartiallyPublishedVersionIdQueryParams = Parameters[0]; export type AppBranchLatestPartiallyPublishedVersionIdQueryErrorTypeName = (typeof _.AppAccessTokenIsInvalid.name | typeof _.AppBranchDoesNotExist.name | typeof _.AppBranchLatestPartiallyPublishedVersionDoesNotExist.name); export interface AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData { errorTypeName: AppBranchLatestPartiallyPublishedVersionIdQueryErrorTypeName; } export interface AppBranchLatestPartiallyPublishedVersionIdValidQueryData { errorTypeName: undefined; appBranchLatestPartiallyPublishedVersionId: Awaited>; } export declare const APP_BRANCH_LATEST_PARTIALLY_PUBLISHED_VERSION_ID_QUERY_TYPE: __.ImmutableBox>; export declare const getAppBranchLatestPartiallyPublishedVersionIdQueryKey: (params: { appId: string; appAccessToken?: string; appBranchId: string; }) => Array, /** * */ useAppBranchLatestPartiallyPublishedVersionIdQuery: import("./api-query").UseApiQuery<{ appId: string; appAccessToken?: string; appBranchId: string; }, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData>, /** * */ useAppBranchLatestPartiallyPublishedVersionIdQueries: (queriesParams: ({ appId: string; appAccessToken?: string; appBranchId: string; } | undefined)[]) => (import("./api-query").ApiQuery<{ appId: string; appAccessToken?: string; appBranchId: string; }, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData> | undefined)[], /** * */ useAppBranchLatestPartiallyPublishedVersionIdSuspenseQuery: (params: { appId: string; appAccessToken?: string; appBranchId: string; }) => import("./api-query").ApiSuspenseQuery<{ appId: string; appAccessToken?: string; appBranchId: string; }, AppBranchLatestPartiallyPublishedVersionIdInvalidQueryData, AppBranchLatestPartiallyPublishedVersionIdValidQueryData>, /** * */ useAppBranchLatestPartiallyPublishedVersionIdSuspenseValidQuery: (params: { appId: string; appAccessToken?: string; appBranchId: string; }) => import("./api-query").ApiSuspenseValidQuery<{ appId: string; appAccessToken?: string; appBranchId: string; }, AppBranchLatestPartiallyPublishedVersionIdValidQueryData>; /** * */ export declare function useAppBranchLatestPartiallyPublishedVersionId(params: AppBranchLatestPartiallyPublishedVersionIdQueryParams): number; //# sourceMappingURL=use-app-branch-latest-partially-published-version-id-query.d.ts.map