import { Not } from "./not";
import { And } from "./and";
import { Or } from "./or";
import { isTrue } from "./truth";
import { Truthful } from "./truthful";
import { Void } from "./void";
/**
 * @experimental
 */
export declare const Combinational: {
    Void: typeof Void;
    Truthful: typeof Truthful;
    And: typeof And;
    Or: typeof Or;
    Not: typeof Not;
    isTrue: typeof isTrue;
    True: import("./truth").TrueTokenFn;
    False: import("./truth").FalseTokenFn;
};
/**
 * @experimental
 */
export declare const _E0101_Combinational: any;
export declare const _E0101_URL: string;
//# sourceMappingURL=index.d.ts.map