import type { INatureOption } from '../../abstraction'; export declare const normalizeNatureOption: (option?: INatureOption) => INatureOption;