import { Verdict } from './Verdict';
export type ModuleMetadata = {
    [verdict in Verdict]: number;
};
//# sourceMappingURL=ModuleMetadata.d.ts.map