export declare function throwError(message: string): never;
export declare function warn(message: string): void;
