import { z } from 'zod'; export declare function makeGetRepositoriesByOwnerRoute(options?: { owner: string; }): string; export declare const getRepositoriesByOwnerRouteSchema: z.ZodObject<{ owner: z.ZodString; }, "strict", z.ZodTypeAny, { owner: string; }, { owner: string; }>; export declare const getRepositoriesByOwnerRouteDefinition: import("../internals/createPublicHttpRouteDefinition.js").PublicHttpRouteDefinition, "many">, "personalAccessToken", z.ZodObject<{ owner: z.ZodString; }, "strict", z.ZodTypeAny, { owner: string; }, { owner: string; }>, undefined>; //# sourceMappingURL=getRepositoriesByOwner.d.ts.map