declare function extractBlockCmts(str: string): string[];

export = extractBlockCmts;
