export declare const displayTokenParamsCommand: (options: {
    rpc: string;
    tokenType: "meme" | "standard";
}) => Promise<void>;
