/// <amd-module name="@cdkx/aws-sns-subscriptions/handlers/_entries/slack-subscription-handler" />
import { SNSEvent } from 'aws-lambda';
export declare const handler: (event: SNSEvent) => Promise<unknown>;
