import { ExecutionResult, StepDriver } from "../../interface/stepDriver"; import { DriverContext } from "../../interface/commonArgs"; import { AzureStaticWebAppConfigArgs } from "../../interface/provisionArgs"; export declare class AzureStaticWebAppGetDeploymentTokenDriver implements StepDriver { readonly description: string; protected static readonly STORAGE_CONFIG_ARGS: (data: unknown, helpLink?: string) => AzureStaticWebAppConfigArgs; protected static readonly HELP_LINK = "https://aka.ms/teamsfx-actions/swa-get-deployment-key"; protected static readonly RESOURCE_PATTERN: RegExp; execute(args: unknown, ctx: DriverContext, outputEnvVarNames?: Map): Promise; static run(args: unknown, ctx: DriverContext, outputEnvVarNames?: Map): Promise; } //# sourceMappingURL=azureStaticWebAppGetDeploymentTokenDriver.d.ts.map