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