export declare const C_SHARP_SCALARS: {
    ID: string;
    String: string;
    Boolean: string;
    Int: string;
    Float: string;
    Date: string;
};
export declare const csharpValueTypes: string[];
