/** * Browser-compatible stub for `createDeprecatedCommitmentDiagnostics`. * * In the browser build the full Node.js implementation is not available, * so this stub always returns an empty array to keep the editor functional. * * @private internal utility of `BookEditorMonaco` */ export declare function createDeprecatedCommitmentDiagnostics(_agentSource?: string): [];