export function cancelBuild({ api, deployId }: {
    api: any;
    deployId: any;
}): Promise<void>;
