import { type DeviceStatus, type ComponentStatus, type Device, type DeviceHealth } from '@smartthings/core-sdk'; import { type WithNamedRoom } from '../../api-helpers.js'; import { type TableGenerator } from '../../table-generator.js'; export declare const buildEmbeddedStatusTableOutput: (tableGenerator: TableGenerator, data: Device) => string; export declare const buildTableOutput: (tableGenerator: TableGenerator, device: Device & WithNamedRoom & { profileId?: string; healthState?: DeviceHealth; }) => string; export declare const buildComponentStatusTableOutput: (tableGenerator: TableGenerator, componentStatus: ComponentStatus) => string; export declare const buildStatusTableOutput: (tableGenerator: TableGenerator, data: DeviceStatus) => string; //# sourceMappingURL=devices-table.d.ts.map