import { type RuleExecutionResponse, type Rule } from '@smartthings/core-sdk'; import { type TableGenerator, type TableFieldDefinition } from '../../table-generator.js'; export declare const tableFieldDefinitions: TableFieldDefinition[]; export declare const buildExecuteResponseTableOutput: (tableGenerator: TableGenerator, executeResponse: RuleExecutionResponse) => string; //# sourceMappingURL=rules-table.d.ts.map