export interface ISourceCode {
    getSourceCode(): string;
    getSourceMap(): string;
}
