FormatSearchCallback: ((item: SearchItem & Readonly<{
    url: string;
}>, context: {
    app: Application;
    event: RendererEvent;
    reflection?: DeclarationReflection | DocumentReflection;
}) => void | Promise<void>)