import type { OrderResultEvent } from '@devvit/protos/json/devvit/ui/effect_types/v1alpha/create_order.js'; /** * Initiates a purchase for one or more products. * * @param skuOrSkus - The SKU, or an array of SKUs, to purchase * @param metadata - Optional, custom metadata attached to this purchase * @experimental - This is not finalized yet, may not work, and may change. */ export declare function purchase(skuOrSkus: string | string[], metadata?: { [key: string]: string; }): Promise; //# sourceMappingURL=purchase.d.ts.map