import * as ts from 'typescript'; export declare function assertHeritageExtends(node: ts.InterfaceDeclaration): void; export declare function assertKind(node: ts.Node, kind: ts.SyntaxKind): void; export declare function assertExists(obj: T, message: string): Exclude;