import { KuzzleConfiguration } from "../types/config/KuzzleConfiguration"; /** * /!\ DO NOT MODIFY THIS FILE * * To customize your Kuzzle installation, create a * ".kuzzlerc" file and put your overrides there. * Please check the ".kuzzlerc.sample.jsonc" file to get * started. * * @class KuzzleConfiguration */ declare const defaultConfig: KuzzleConfiguration; export default defaultConfig;