/**
 * @namespace toolkit.constants
 */
/**
* @class toolkit.constants.TypeConsts
* @classdesc The type constants.
*/
export declare class TypeConsts {
    /**
     * The empty guid constant.
     * @member {string} toolkit.constants.TypeConsts#emptyGuid
     */
    static emptyGuid: string;
}
