import { BaseOperation } from './BaseOperation';
export declare class OpportunityOperations extends BaseOperation {
    execute(itemIndex: number): Promise<any>;
    private getOpportunity;
    private getAllOpportunities;
    private createOpportunity;
    private updateOpportunity;
    private deleteOpportunity;
}
