/** * Setting Object used by other services and components */ export declare class DotSettings { site: string; jwt: string; }