import { type IInsight, type IWidget } from "@gooddata/sdk-model"; import type { IScheduledEmailDialogContextValue } from "../../contexts/ScheduledEmailDialogContext.js"; export interface IUseBuildScheduledEmailDialogContextOpts { widget?: IWidget; insight?: IInsight; } export declare function useBuildScheduledEmailDialogContext(opts: IUseBuildScheduledEmailDialogContextOpts): IScheduledEmailDialogContextValue; //# sourceMappingURL=useBuildScheduledEmailDialogContext.d.ts.map