import { SNS } from 'aws-sdk'; export declare function publish(topicArn: string, data: any): Promise;