import { Layout } from '@solana/buffer-layout';
import { PublicKey } from '@solana/web3.js';
export declare const publicKey: (property?: string) => Layout<PublicKey>;
