import { DriverContext } from "../interface/commonArgs"; import { ExecutionResult, StepDriver } from "../interface/stepDriver"; import { CreateOauthArgs } from "./interface/createOauthArgs"; export declare class CreateOauthDriver implements StepDriver { description: string; readonly progressTitle: string; execute(args: CreateOauthArgs, context: DriverContext, outputEnvVarNames?: Map): Promise; private validateArgs; private mapArgsToOauthRegistration; } //# sourceMappingURL=create.d.ts.map