export interface IDependencies {
    async: string[];
    sync: string[];
}
