/** * Simple debug logging for standalone sandbox */ export declare function logForDebugging(message: string, options?: { level?: 'info' | 'error' | 'warn'; }): void; //# sourceMappingURL=debug.d.ts.map