import { type PresentationDevicePresentation } from '@smartthings/core-sdk'; import { type TableGenerator } from '../../table-generator.js'; export declare const buildTableOutput: (tableGenerator: TableGenerator, presentation: PresentationDevicePresentation) => string; //# sourceMappingURL=presentation-table.d.ts.map