export declare const JS_INDEX_URL = "https://github.com/vemel/github_actions_js/tree/main/nodejs_workflows"; export interface IIndex { url: string; title: string; shortcut: string; } export declare const INDEXES: Array; export declare function getIndexURL(url: string): string; export declare function getIndexResource(url: string): IIndex | null; export declare function getShortcut(url: string): string | null;