export declare const getTablePlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { getTable: (options?: { table: string; } | { tableId: string; } | undefined) => Promise<{ data: { id: string; name: string; created_at: string; edited_at: string; kind: "table" | "virtual_table"; account_id: string; profile_id: string; description?: string | undefined; parent_table_id?: string | undefined; }; }>; } & { context: { meta: { getTable: import("../../..").PluginMeta; }; }; }; export type GetTablePluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map