/**
 * Represents type extension options. Plugins are free to define
 * any kind of options.
 *
 * @type {TypeExtensionOptions}
 */
export declare type TypeExtensionOptions = Record<PropertyKey, any>;
//# sourceMappingURL=type-extension-options.d.ts.map