import { type SignerConfig } from "../helpers/config.js"; import { type TableIdentifier } from "./contract.js"; export declare function listTables({ signer }: SignerConfig, owner?: string): Promise; //# sourceMappingURL=tables.d.ts.map