type StatusSink = (message: string) => void; export declare function setStatusSink(sink: StatusSink | null): void; export declare function reportStatus(message: string): void; export declare function reportStatusError(error: unknown, prefix?: string): void; export {}; //# sourceMappingURL=statusReporter.d.ts.map