/** * @description * 현재 JS 런타임이 브라우저 환경인지 확인해요. */ export declare function isBrowser(): boolean; //# sourceMappingURL=isBrowser.d.ts.map