/** * @fileoverview Types for the plugin-kit package. * @author Nicholas C. Zakas */ export type StringConfig = Record; export type BooleanConfig = Record;