export declare abstract class BaseAutotaskClient { private arn; private lambda; private invocationRateLimit; constructor(credentials: string, arn: string); protected execute(request: object): Promise; } //# sourceMappingURL=index.d.ts.map