import { Character, String } from "../types";
export declare function boolc(input: boolean | undefined | {
    val: Character | String;
}): String;
