export declare const kindEnum: { readonly Constant: 0; readonly Enum: 1; }; export type kindEnum = (typeof kindEnum)[keyof typeof kindEnum];