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