import { Connector } from '@fusebit-int/framework';
import { OAuthConnector } from '@fusebit-int/oauth-connector';
import { Service } from './Service';
import GongOAuthEngine from './Engine';
declare class ServiceConnector extends OAuthConnector<Service> {
    protected readonly OAuthEngine: typeof GongOAuthEngine;
    static Service: typeof Service;
    protected createService(): Service;
    protected addUrlConfigurationAdjustment(): Connector.Types.Handler;
    constructor();
}
declare const connector: ServiceConnector;
export default connector;
export { ServiceConnector };
//# sourceMappingURL=index.d.ts.map