export declare class ConsoleWarnings {
    static disposedObjectChangedProperty(propName: string, objType: string): void;
    static inCorrectQuestionValue(questionName: string, val: any): void;
    static warn(text: string): void;
    static error(text: string): void;
}
