import { Service } from './Service'; export declare class Configurer extends Service { static readonly DEPLOYMENT_TYPE: string; static readonly DEFAULT_DEPLOYMENT_ID: string; protected $configure(parameters: object | null, deploymentId: string, verb: string): any; }