import { type z } from 'zod'; export declare const scopeResponseGuard: z.ZodObject<{ tenantId: z.ZodType; id: z.ZodType; resourceId: z.ZodType; name: z.ZodType; description: z.ZodType; createdAt: z.ZodType; } & { resource: import("../index.js").Guard; }, "strip", z.ZodTypeAny, { name: string; id: string; tenantId: string; createdAt: number; description: string | null; resource: import("../db-entries/resource.js").Resource; resourceId: string; }, { name: string; id: string; tenantId: string; createdAt: number; description: string | null; resource: import("../db-entries/resource.js").Resource; resourceId: string; }>; export type ScopeResponse = z.infer;