export declare const debugRender: (name: string) => void;
export declare const debugPropChanges: (prevProps: Record<string, unknown>, nextProps: Record<string, unknown>) => void;
export declare const debugEvent: (event: string, message: string) => void;
