import { ExportedDeclarations } from 'ts-morph';
import { NgDocSupportedDeclaration } from '../types/supported-declaration';
/**
 *
 * @param declaration
 */
export declare function isSupportedDeclaration(declaration: ExportedDeclarations): declaration is NgDocSupportedDeclaration;
