import { Node } from 'typescript';
export declare function getContent(node: Node | undefined, concatLeadingComments?: boolean): string;
