export declare const unsubscribeEmails: ({ id, email }: {
    id: any;
    email: any;
}) => Promise<boolean>;
