/**
 * No operation.
 * It literally does nothing.
 */
export declare const noop: () => void;
