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