declare const version: string;
declare function emptyCondCommentRegex(): RegExp;

export { emptyCondCommentRegex, version };
