/** * A function that does nothing. * @param args Any arguments. */ export declare const noop: (...args: Array) => void;