export default class MetadataCount {
    static getMetadataCount(projectDirectory: string, sourceDirectory: string): Promise<number>;
}
