import * as ts from 'typescript'; export declare function createSourceFile(code: string): ts.SourceFile; export declare function getDemoCodes(code: string): string[]; export declare function getMds(code: string): string[];