export type PinnedAction = { sha: string; tag: string; }; export declare const PINNED_ACTIONS: Record;