import type { chococake } from './really_any';
/**
 * Just says that the variable is not used directlys but should be kept because the existence of the variable is important
 *
 * @param value any values
 * @returns void
 *
 * @private within the repository
 */
export declare function $sideEffect(...sideEffectSubjects: ReadonlyArray<chococake>): void;
