export declare function getBaseUrl(): string; export declare function getBuildDate(): string; export declare function getCustomDebugValues(): T | null; export declare function getPluginVersion(): string; export declare function getSwScope(): string; export declare function getSwUrl(): string; export declare function printDebugValues(): void; export { }