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