ConfigQueryDefinition: {
    asciiSummarizer: (
        formatter: OutputFormatter,
        _processed: unknown,
        queryResults: BaseQueryResult,
        result: string[],
    ) => boolean;
    executor: (
        _: BasicQueryData,
        queries: readonly ConfigQuery[],
    ) => ConfigQueryResult;
    schema: ObjectSchema<any>;
} = ...

Type declaration