import { Meta, Title } from '@angular/platform-browser'; import { Observable } from 'rxjs'; import { MembershipRedemptionOption, GiftcardRedemptionOptions, OfferRedemptionOptions } from '../contextual.types'; import * as i0 from "@angular/core"; export declare class CommonService { meta: Meta; pageTitle: Title; constructor(meta: Meta, pageTitle: Title); addMeta(title: string): void; deviceType(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export type apiObjType = { memberships: Observable; giftcards: Observable; offers: Observable; };