import { ReleaseResult, GetReleasesConfig } from '../common'; export declare const id = "git-submodules"; export declare function getReleases({ lookupName, registryUrls, }: GetReleasesConfig): Promise; export declare const getDigest: (config: import("../common").Config, newValue?: string) => Promise;