import { IActionContext } from '@microsoft/vscode-azext-utils'; import { ParsedSite } from './SiteClient'; export declare function swapSlot(context: IActionContext, sourceSlot: ParsedSite, existingSlots: ParsedSite[]): Promise;