import type Stripe from 'stripe'; export declare const managePrice: PriceManager; export declare interface PriceManager { retrieveByLookupKey: (lookupKey: string) => Promise createOrGet: (lookupKey: string, params: Stripe.PriceCreateParams) => Promise }