import { AdServeMethod } from './adServeMethod'; import { AdSettings } from './adSettings'; import { SharingInstructions } from './sharingInstructions'; export declare class Settings { adsFrom: AdServeMethod; ads: AdSettings; sharingInstructions: SharingInstructions; }