import { BaseFunction } from "./__base"; export declare class AndFunction extends BaseFunction { example: string; helpText: string[]; helpArgs: ({ name: string; description: string; optional?: undefined; iterable?: undefined; } | { name: string; description: string; optional: boolean; iterable: boolean; })[]; protected validate(): void; protected main(...values: boolean[]): boolean; } //# sourceMappingURL=and.d.ts.map