/// /// import { GetStructureSchema } from '../marshmallow'; export declare const SPL_MINT_LAYOUT: import("../marshmallow").Structure; export type SplMintLayout = typeof SPL_MINT_LAYOUT; export type SplMint = GetStructureSchema; export declare const SPL_ACCOUNT_LAYOUT: import("../marshmallow").Structure; export type SplAccountLayout = typeof SPL_ACCOUNT_LAYOUT; export type SplAccount = GetStructureSchema;