import { z } from 'zod'; export declare const sourceFileLocationSchema: z.ZodObject<{ file: z.ZodString; position: z.ZodOptional; endLine: z.ZodOptional; endColumn: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export type SourceFileLocation = z.infer; export declare const sourceUrlLocationSchema: z.ZodObject<{ url: z.ZodURL; snippet: z.ZodOptional; selector: z.ZodOptional; }, z.core.$strip>; export type SourceUrlLocation = z.infer; export declare const issueSourceSchema: z.ZodUnion; endLine: z.ZodOptional; endColumn: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ url: z.ZodURL; snippet: z.ZodOptional; selector: z.ZodOptional; }, z.core.$strip>]>; export type IssueSource = z.infer;