export type StringKey<T> = Extract<keyof T, string>;
//# sourceMappingURL=StringKey.d.ts.map