/**
 * The name of the Platform, as used ins `config.json`.
 */
export declare const platformName: string;
/**
 * The name of the Plugin.
 */
export declare const pluginName: string;
