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