// Generated by dts-bundle-generator v9.2.1 import { Application, ReflectionKind } from 'typedoc'; export type CustomValidationOptions = { byKind: ByKindEntry[]; }; export type ByKindEntry = { kinds: keyof typeof ReflectionKind | Array; tags?: string | string[]; summary?: boolean; type?: "all" | "code-only" | "types-only"; }; export declare function load(app: Readonly): void; export {};