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