/** * @description * Throws error if the provided dependencies array has different length than the provided factory. */ export declare function validateNumberOfDependencies(dependencies: symbol[], factory: Function): void;