export declare function throwError(scope: string, m: string): void;
export declare function warn(scope: string, m: string): void;
