import { TupleItem } from '@ton/core';
export declare function generateBoolValues(count: number): TupleItem[];
