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