import type { Device } from 'iotas-ts'; import type { DeviceFactoryContext, EndpointResult } from './types.js'; export declare function createOnOffOutlet(device: Device, ctx: DeviceFactoryContext): EndpointResult | null;