import { RawAwsSns } from './data';
import { AwsSns } from '../../types/generated';
declare const _default: ({ service, account, region, }: {
    service: RawAwsSns;
    account: string;
    region: string;
}) => AwsSns;
export default _default;
