import { device } from 'aws-iot-device-sdk';
export type fragment = {
    id: string;
    index: number;
    count: number;
    data: any;
};
export declare function getConnection(debugMode: boolean, iotEndpoint: string): Promise<device>;
