import diagnosticError from '../diagnosticError'

export default function invariant(condition: any, errorMessage?: string): void
