Version: 1.0.01.0.11.0.21.0.3
/** A function that always returns `true` */
export function trueFunc(): true;
/** A function that always returns `false` */
export function falseFunc(): false;