import { Base, Type } from "./type";
import { CodeGenerationSpecialValueType } from "./CodeGenerationSpecialValueType";
/**
 * @hidden
 */
export declare class CodeGenerationSpecialValue extends Base {
    static $t: Type;
    a: CodeGenerationSpecialValueType;
    b: any;
}
