declare const _default: { packageName: string; displayName: string; description: string | undefined; moduleMeta: import("@happyvertical/smrt-types").SmrtModuleMeta; entries: ({ id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { stats: { total: number; pending: number; ready: number; running: number; completed: number; failed: number; cancelled: number; avgDuration: number; successRate: number; }; queues: { name: string; pending: number; running: number; completed24h: number; failed24h: number; avgDuration: number; }[]; recentJobs: ({ id: string; queue: string; objectType: string; objectId: string; method: string; args: { force: boolean; profileKey?: undefined; destination?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: null; lastError: null; resultPointer: null; workerId: string; createdAt: string; updatedAt: string; } | { id: string; queue: string; objectType: string; objectId: string; method: string; args: { profileKey: string; force?: undefined; destination?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: string; lastError: string; resultPointer: null; workerId: string; createdAt: string; updatedAt: string; } | { id: string; queue: string; objectType: string; objectId: null; method: string; args: { destination: string; force?: undefined; profileKey?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: string; lastError: null; resultPointer: string; workerId: string; createdAt: string; updatedAt: string; })[]; failedJobs: ({ id: string; queue: string; objectType: string; objectId: string; method: string; args: { force: boolean; profileKey?: undefined; destination?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: null; lastError: null; resultPointer: null; workerId: string; createdAt: string; updatedAt: string; } | { id: string; queue: string; objectType: string; objectId: string; method: string; args: { profileKey: string; force?: undefined; destination?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: string; lastError: string; resultPointer: null; workerId: string; createdAt: string; updatedAt: string; } | { id: string; queue: string; objectType: string; objectId: null; method: string; args: { destination: string; force?: undefined; profileKey?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: string; lastError: null; resultPointer: string; workerId: string; createdAt: string; updatedAt: string; })[]; onJobClick: () => void; onRetry: () => void; onCancel: () => void; onViewAll: () => void; onViewFailed: () => void; job?: undefined; onDelete?: undefined; status?: undefined; size?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { job: { id: string; queue: string; objectType: string; objectId: string; method: string; args: { force: boolean; profileKey?: undefined; destination?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: null; lastError: null; resultPointer: null; workerId: string; createdAt: string; updatedAt: string; } | { id: string; queue: string; objectType: string; objectId: string; method: string; args: { profileKey: string; force?: undefined; destination?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: string; lastError: string; resultPointer: null; workerId: string; createdAt: string; updatedAt: string; } | { id: string; queue: string; objectType: string; objectId: null; method: string; args: { destination: string; force?: undefined; profileKey?: undefined; }; status: string; priority: number; attempts: number; maxAttempts: number; timeout: number; timeoutBehavior: string; runAt: string; startedAt: string; completedAt: string; lastError: null; resultPointer: string; workerId: string; createdAt: string; updatedAt: string; }; onRetry: () => void; onDelete: () => void; stats?: undefined; queues?: undefined; recentJobs?: undefined; failedJobs?: undefined; onJobClick?: undefined; onCancel?: undefined; onViewAll?: undefined; onViewFailed?: undefined; status?: undefined; size?: undefined; }; modes: { mock: { label: string; }; }; } | { id: string; title: string; description: string; loadComponent: () => Promise; order: number; props: { status: string; size: string; stats?: undefined; queues?: undefined; recentJobs?: undefined; failedJobs?: undefined; onJobClick?: undefined; onRetry?: undefined; onCancel?: undefined; onViewAll?: undefined; onViewFailed?: undefined; job?: undefined; onDelete?: undefined; }; modes: { mock: { label: string; }; }; })[]; }; export default _default; //# sourceMappingURL=playground.d.ts.map