/**
 * Forcing an export so that this code will execute
 * @internal
 */
declare const Name = "Statics";
export { Name as name };
