import type { TpPlugin } from 'tweakpane'; export { ProfilerBladeDefaultMeasureHandler } from './ProfilerBladeDefaultMeasureHandler.js'; export type { ProfilerBladeMeasureHandler } from './ProfilerBladeMeasureHandler.js'; export { ProfilerBladePlugin } from './ProfilerBladePlugin.js'; export { ProfilerBladePlugin as plugin } from './ProfilerBladePlugin.js'; export declare const id = "profiler"; export declare const css = "__css__"; export declare const plugins: TpPlugin[];