export declare abstract class Config { protected readonly options: T; constructor(options: T); protected get cdnUrl(): string; }