type TCondition = boolean | (() => boolean);
export declare function and(...conditions: TCondition[]): boolean;
export {};
