import { Connector } from '@fusebit-int/framework';
declare class Service extends Connector.Service {
    getEventsFromPayload(ctx: Connector.Types.Context): any[];
    getAuthIdFromEvent(ctx: Connector.Types.Context, event: any): string;
    validateWebhookEvent(ctx: Connector.Types.Context): Promise<boolean>;
    initializationChallenge(ctx: Connector.Types.Context): Promise<boolean>;
    getWebhookEventType(event: any): string;
}
export { Service };
//# sourceMappingURL=Service.d.ts.map