export declare const isCI: boolean; export declare const ciName: string | null; export declare function getGitHubContext(): { sha: string; repo: string; } | null;