/**
 * Функция, которая не делает ничего
 */
export declare const noop: () => undefined;
