import type { StreamInterceptor } from '../../../lint/external.js'; import type * as GitHub from '@skuba-lib/api/github'; export declare const createTscAnnotations: (tscOk: boolean, tscOutputStream: StreamInterceptor) => GitHub.Annotation[];