import { type IAutomationMetadataObject } from "@gooddata/sdk-model"; /** * Handles cross-dashboard edit routing for automation management dialogs. * * When the automation belongs to a different dashboard, navigates there directly. * Otherwise falls back to `onLocalEdit`. * * @internal */ export declare function useAutomationManagementEditRouting(onLocalEdit: (automation: IAutomationMetadataObject) => void): (automation: IAutomationMetadataObject) => void; //# sourceMappingURL=useAutomationManagementEditRouting.d.ts.map