import { IoTClient } from '@aws-sdk/client-iot'; export declare const deleteDevice: ({ iot, thingGroupName, thingName, certsDir, }: { iot: IoTClient; certsDir: string; thingGroupName: string; thingName: string; }) => Promise;