import { Context } from "../NodeParser"; import * as ts from "typescript"; import { LiteralType } from "../Type/LiteralType"; export declare const getPropsRecursively: (node: ts.Node | LiteralType, context: Context) => string[];