export type AddIndexSignature = T extends Record ? { [K in keyof T]: AddIndexSignature; } : T; //# sourceMappingURL=add-index-signature.d.ts.map