import { Variable } from '#csharp/code-dom/variable';
import { Schema } from '#csharp/lowlevel-generator/code-model';
import { Primitive } from '#csharp/schema/primitive';
export declare class Char extends Primitive {
    isRequired: boolean;
    isXmlAttribute: boolean;
    private choices?;
    jsonType: import("#csharp/code-dom/mscorlib").LibraryType;
    constructor(schema: Schema, isRequired: boolean);
    readonly declaration: string;
    validateValue(property: Variable): string;
    private validateEnum;
}
//# sourceMappingURL=char.d.ts.map