export declare function and(a: boolean, b: boolean): boolean;
export declare function and(a: boolean): (b: boolean) => boolean;
