export interface DenormalizedDocResolvers {
    root: Function[];
    security: Function[];
    tags: Function[];
    responses: Function[];
}
