type IDeps = Record<string, Array<string>>;
export declare function getFlattenedDeps(deps: IDeps): Record<string, any>;
export {};
