export declare const getTableRecordPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { getTableRecord: (options?: { table: string; record: string; keyMode: "names" | "ids"; } | { tableId: string; recordId: string; keyMode: "names" | "ids"; } | undefined) => Promise<{ data: { data: Record; id: string; created_at: string; edited_at: string; deleted_at?: string | null | undefined; }; }>; } & { context: { meta: { getTableRecord: import("../../..").PluginMeta; }; }; }; export type GetTableRecordPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map