/**
 * Internal hook that should be called by all bricks.
 * Currently, it just validates that bricks are used inside `Root` (from foundations)
 * and stores the package version in Context.
 *
 * @private
 */
export declare function useInit(): void;
