export declare class CustomVariableEntity {
    name: string;
    value: string;
    constructor(data?: Partial<CustomVariableEntity>);
}
