import { type IInsight, type IWidget } from "@gooddata/sdk-model"; import type { IAlertingDialogContextValue } from "../../contexts/AlertingDialogContext.js"; export interface IUseBuildAlertingDialogContextOpts { mode: "create" | "edit"; widget?: IWidget; insight?: IInsight; } export declare function useBuildAlertingDialogContext(opts: IUseBuildAlertingDialogContextOpts): IAlertingDialogContextValue; //# sourceMappingURL=useBuildAlertingDialogContext.d.ts.map