import * as ts from "typescript"; import { Config } from "../Config"; import { Context } from "../NodeParser"; import { LiteralType } from "../Type/LiteralType"; export declare const isExcludedProp: (node: ts.Node | LiteralType, context: Context, config: Config) => boolean;