export declare const addPaymentSubscription: (_: any, { stripeToken, yearly }: {
    stripeToken: any;
    yearly: any;
}, context: any) => Promise<any>;
export declare const cancelSubscription: (_: any, {}: {}, context: any) => Promise<any>;
