import { QuickbaseClient } from '../../client/quickbase';
/**
 * Register all record operation tools with the registry
 * @param client Quickbase client
 */
export declare function registerRecordTools(client: QuickbaseClient): void;
export * from './query_records';
export * from './create_record';
export * from './update_record';
export * from './bulk_create_records';
export * from './bulk_update_records';
