///
import { AccountInfo, PublicKey } from '@solana/web3.js';
import { Layout } from 'buffer-layout';
export declare type Parser = (pubkey: PublicKey, info: AccountInfo) => {
pubkey: PublicKey;
info: AccountInfo;
data: T;
} | undefined;
export declare const u256: (property?: string) => Layout;
export declare const u512: (property?: string) => Layout;