export default interface ProjectVersionFromHashOptions {
    algorithm?: 'sha1' | 'sha512';
    multiple?: boolean;
}
