import type { InternalLintResult } from '../../internal.js'; import type * as GitHub from '@skuba-lib/api/github'; export declare const createInternalAnnotations: (internal: InternalLintResult) => GitHub.Annotation[];