export declare const deleteTableRecordsPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { deleteTableRecords: (options?: { table: string; records: string[]; } | { tableId: string; recordIds: string[]; } | undefined) => Promise<{ success: boolean; }>; } & { context: { meta: { deleteTableRecords: import("../../..").PluginMeta; }; }; }; export type DeleteTableRecordsPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map