import type { CapabilitiesContext } from "../../capabilities"; export declare const deleteTablePlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: CapabilitiesContext; } & { context: { meta: Record; }; }) => { deleteTable: (options?: { table: string; } | { tableId: string; } | undefined) => Promise<{ success: boolean; }>; } & { context: { meta: { deleteTable: import("../../..").PluginMeta; }; }; }; export type DeleteTablePluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map