import * as ts from "typescript"; export declare function getPropsFromTypeLiteralRecursively(node?: ts.Node, skipNode?: ts.Node, props?: string[]): string[];