/** * Connect to the IoT Service */ declare function connect(): Promise; export declare const LambdaConnection: { connect: typeof connect; }; export {};