export function ensureBilling(paymentConfig: any, { shopify, session, forceBilling }?: {
    shopify: any;
    session: any;
    forceBilling: any;
}): Promise<any>;
export function generatePaymentConfig(paymentConfig: any, { SHOPIFY_RUN_MODE, appTitle: _appTitle, data: { appName, debugMode, environment, }, }: {
    SHOPIFY_RUN_MODE: any;
    appTitle: any;
    data?: {
        appName: any;
        debugMode: any;
        environment: any;
    } | undefined;
}): {
    debugMode: any;
    required: any;
    test: any;
    name: string;
    config: {
        interval: any;
        amount: any;
        currencyCode: any;
    };
} | undefined;
//# sourceMappingURL=billing.d.ts.map