/**
 * Validate SNS topic arn
 */
export declare function validateSnsTopicArn(arn: string): boolean;
