import { Layout } from '@exodus/solana-buffer-layout';
export declare const u64: (property?: string | undefined) => Layout<bigint>;
export declare const u128: (property?: string | undefined) => Layout<bigint>;
export declare const u192: (property?: string | undefined) => Layout<bigint>;
export declare const u256: (property?: string | undefined) => Layout<bigint>;
