import { AuthenticatedCommand } from "../../AuthenticatedCommand"; export default class Create extends AuthenticatedCommand { static readonly description = "add a new Secret to the active Workspace"; static readonly examples: string[]; run(): Promise; }