/** * A callback function without any parameters. */ export declare type VoidCallback = () => void;