import { type ActionsServiceDiscoveryResponse } from '@atlaskit/linking-types/datasource-actions'; export declare const ORS_ACTIONS_DISCOVERY_ENDPOINT: RegExp; export declare const ORS_ACTIONS_EXECUTION_ENDPOINT: RegExp; export declare const mockActionsDiscovery: (overrides?: Partial) => void; export declare const mockActionsExecution: (mockExecutionDelay: number) => void; export declare const cannedStatuses: { id: string; style: { appearance: string; }; text: string; transitionId: string; }[]; export declare const cannedUsers: { atlassianUserId: string; avatarSource: string; displayName: string; url: string; }[];