export declare const amountSchema: import("@solana/buffer-layout").Structure<{
    amount: bigint;
}>;
