import { ClientConfig } from './types/config'; declare const configPresets: { [key: string]: ClientConfig; }; export { configPresets };