import { P as PlatformDocumentType, a as PlatformOptions } from './types-DLuN-sEJ.js'; import './validation-result-D4Wrxl7j.js'; import './index-CmpOAd8U.js'; type CompareResult = { equal: boolean; }; declare function compare(a: string, b: string, type: PlatformDocumentType, options?: PlatformOptions): CompareResult; /** Runtime guard for dynamic callers (non-exhaustive type string). */ declare function compareRuntime(a: string, b: string, type: string, options?: PlatformOptions): CompareResult | { equal: false; code: 'UNSUPPORTED_FORMAT'; message: string; }; export { type CompareResult, compare, compareRuntime };