import type { chococake } from './really_any'; /** * Just says that the dependency is imported, not used but should be kept * * @param dependenciesToKeep any values * @returns void * * @private within the repository */ export declare function keepImported(...dependenciesToKeep: ReadonlyArray): void;