export { assertIsNotBrowser };
/** Ensure we don't bloat the client-side */
declare function assertIsNotBrowser(): void;
