import { Layout } from '@solana/buffer-layout';
export declare const bool: (property?: string) => Layout<boolean>;
