import { type InstalledSchemaApp, type SmartThingsClient } from '@smartthings/core-sdk'; import { type TableFieldDefinition } from '../../table-generator.js'; import { type WithNamedLocation } from '../../api-helpers.js'; export declare const listTableFieldDefinitions: TableFieldDefinition[]; export declare const tableFieldDefinitions: TableFieldDefinition[]; export declare const installedSchemaInstances: (client: SmartThingsClient, locationIds: string[] | undefined, options: { verbose: boolean; }) => Promise<(InstalledSchemaApp & WithNamedLocation)[]>; //# sourceMappingURL=installedschema-util.d.ts.map