/**
 * The full path to the root directory of the widget package
 */
export declare const dir: string;
/**
 * The full path to the widget's package.json file
 */
export declare const path: string;
/**
 * The contents of the widget's package.json
 */
export declare const json: any;
/**
 * The name of the widget
 */
export declare const widgetName: string;
/**
 * The organization name of the widget as defined by the `packagePath` package.json property.
 */
export declare const widgetOrganization: string;
/**
 * The name of the widget package
 */
export declare const packageName: string;
/**
 * The version of the widget package.
 */
export declare const widgetVersion: string;
/**
 * The ID of the widget
 */
export declare const widgetId: string;
