import { z } from "zod";
export declare const ProviderRepositoryRuntimeListSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type ProviderRepositoryRuntimeList = z.infer<typeof ProviderRepositoryRuntimeListSchema>;