/** * Enable or disable auto-show image on Nodes. * * @category Project Settings * @since 0.0.138 * @example * ```js * api.setAutoShowImage(true); * ``` */ export declare function setAutoShowImage(value: boolean): boolean;