import type { ServerCheckoutConfig } from '~/domains/clientMetadata';
import type { FunkitCheckoutConfig } from '~/providers/FunkitCheckoutContext';
export declare function isKatanaEarnFlow({ apiKey, checkoutConfig, }: {
    apiKey: string;
    checkoutConfig: FunkitCheckoutConfig | ServerCheckoutConfig | undefined;
}): boolean;
