import { SassException } from 'sass'; import * as d from './declarations'; export declare function loadDiagnostic(context: d.PluginCtx, sassError: SassException, filePath: string): d.Diagnostic;