export declare class OperationSupport { readonly restMethod: string; readonly statusCode: string; readonly route: string; constructor(operationName: string); readonly restAction: string; readonly statusString: string; private readonly statusCodeInt; }