export declare const warn: (key: string, ...args: unknown[]) => void;
export declare const error: (key: string, ...args: unknown[]) => void;
