import { NgDocHandler } from './handlers';
export type NgDocGroupFn<T, G> = NgDocHandler<T, G>;
