declare function stripCmt(str: string): string;

export = stripCmt;
