import { _, __ } from "./$"; import { ApiMutation, ApiMutationType } from "./api-mutation"; export type AppBranchStartUninstallTaskMutationParams = Omit[0], keyof AppBranchStartUninstallTaskMutationArgs>; export interface AppBranchStartUninstallTaskMutationArgs { } export type AppBranchStartUninstallTaskMutationData = Awaited>; export type AppBranchStartUninstallTaskMutation = ApiMutation; export declare const APP_BRANCH_START_UNINSTALL_TASK_MUTATION_TYPE: __.ImmutableBox>; export declare function useAppBranchStartUninstallTaskMutation(params: AppBranchStartUninstallTaskMutationParams): AppBranchStartUninstallTaskMutation; export declare function useAppBranchStartUninstallTaskMutation(params: AppBranchStartUninstallTaskMutationParams | undefined): AppBranchStartUninstallTaskMutation | undefined; //# sourceMappingURL=use-app-branch-start-uninstall-task-mutation.d.ts.map