import type * as d from './declarations';
export declare function loadDiagnostic(context: d.PluginCtx, postcssError: any, filePath: string): void;
