declare const config: { type: string; properties: { rules: { type: string; }; }; additionalProperties: boolean; }; export default config;