import { type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition } from "@gooddata/sdk-model"; import { type CommandProcessingStatus } from "../../../../../../model/react/useDashboardCommandProcessing.js"; export declare const useCreateAlert: ({ onBeforeRun, onSuccess, onError, }?: { onBeforeRun?: ((alertToCreate: IAutomationMetadataObjectDefinition) => void) | undefined; onSuccess?: ((alert: IAutomationMetadataObject) => void) | undefined; onError?: ((error: any) => void) | undefined; }) => { create: (alertToCreate: IAutomationMetadataObjectDefinition) => void; creationStatus?: CommandProcessingStatus | undefined; }; //# sourceMappingURL=useCreateAlert.d.ts.map