import { MockTaskDecisionResource, type MockTaskDecisionResourceConfig } from './mock-task-decision-resource'; export declare const getServiceTasksResponse: () => any; export declare const getMockTaskDecisionResource: (config?: MockTaskDecisionResourceConfig) => MockTaskDecisionResource; export declare const document: { content: { content: ({ attrs?: undefined; marks?: undefined; text: string; type: string; } | { attrs?: undefined; marks?: undefined; text?: undefined; type: string; } | { attrs: { accessLevel?: undefined; id: string; shortName: string; text: string; }; marks?: undefined; text?: undefined; type: string; } | { attrs: { accessLevel: string; id: string; shortName?: undefined; text: string; }; marks?: undefined; text?: undefined; type: string; } | { attrs?: undefined; marks: { type: string; }[]; text: string; type: string; })[]; type: string; }[]; type: string; version: number; }; export declare const participants: string[]; export declare const getParticipants: (count: number) => string[];