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