export declare function warnOnce(location: string, message: string): void; export declare function warn(location: string, message: string): void; export declare function error(location: string, message: string, error: unknown): void; export declare function throwError(location: string, message: string): never;