import type { TableUserConfig } from './types/api';
declare const _default: (schemaId: 'config.json' | 'streamConfig.json', config: TableUserConfig) => void;
export default _default;
