import { ConnectorType } from "../core/connectors/connector-type";
/**
 * @internal
 */
export declare class SAPOdataConnectorType extends ConnectorType {
    static get instance(): ConnectorType;
    private static actualInstance;
    constructor();
    get asTaskConnectorOperatorOrigin(): string;
    get asProfileConnectorType(): string;
}
