blob: e050cad84e7fb39b1b3412d4e47e3ba8391932c2 [file] [log] [blame] [edit]
import type { TableUserConfig } from './types/api';
export declare const validateConfig: (schemaId: 'config.json' | 'streamConfig.json', config: TableUserConfig) => void;