/** * No-operation function that does nothing. */ export declare const noop: (value?: unknown) => unknown;