/**
 * A no operation function (does nothing)
 */
export declare function noop(): void;
