import type { AppServicePlansGetResponse, WebAppsGetResponse, WebAppsGetSlotResponse, WebSiteManagementClient } from '@azure/arm-appservice'; export declare function tryGetAppServicePlan(client: WebSiteManagementClient, resourceGroupName: string, name: string): Promise; export declare function tryGetWebApp(client: WebSiteManagementClient, resourceGroupName: string, name: string): Promise; export declare function tryGetWebAppSlot(client: WebSiteManagementClient, resourceGroupName: string, name: string, slot: string): Promise;