import { Layout } from '@solana/buffer-layout';
export declare const bigInt: (length: number) => (property?: string) => Layout<bigint>;
export declare const bigIntBE: (length: number) => (property?: string) => Layout<bigint>;
export declare const u64: (property?: string) => Layout<bigint>;
export declare const u64be: (property?: string) => Layout<bigint>;
export declare const u128: (property?: string) => Layout<bigint>;
export declare const u128be: (property?: string) => Layout<bigint>;
export declare const u192: (property?: string) => Layout<bigint>;
export declare const u192be: (property?: string) => Layout<bigint>;
export declare const u256: (property?: string) => Layout<bigint>;
export declare const u256be: (property?: string) => Layout<bigint>;
