export declare const TITLE = "Zeplin"; export declare const ADDON_ID = "zeplin"; export declare const PARAM_KEY = "zeplinLink"; export declare const PANEL_ID = "zeplin/panel"; export declare const ZEPLIN_TOKEN: string | undefined; export declare const ZEPLIN_API_URL: string; export declare const ZEPLIN_WEB_BASE: string; export declare const ZEPLIN_APP_BASE: string;