import type { AnyWritableDataType } from "@okcontract/coredata/coredata";
import type { LabelledTypeDefinition } from "@okcontract/fred";
export declare const coredataTypes: {
    [key in AnyWritableDataType]: LabelledTypeDefinition;
};
