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