import type { Order } from "./type";
/**
 * Encode a Solana Pay URL.
 */
export declare function getSolanaPayURL(order: Order): Promise<string>;
