export interface BaseResolvedValueElementMetadata<TKind> {
    kind: TKind;
}
//# sourceMappingURL=BaseResolvedValueElementMetadata.d.ts.map