/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import type { IConnectedDataTableListMetadata } from '../services/index.js'; import type { ListTablesContext } from '../Types/ActionTypes.js'; export declare function listTablesAsync(context: ListTablesContext): Promise; //# sourceMappingURL=ListTables.d.ts.map