declare const remoteUrl: { title: string; type: string; }; declare const repoContentsUrl: { title: string; type: string; }; declare const commitHash: { title: string; type: string; }; export { remoteUrl }; export { repoContentsUrl }; export { commitHash };