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