export declare class LineOfCodeCountableNode { private text; constructor(text: string); getText(): string; getRemovedCommentAndEmptyLineText(): string; }