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