type Severity = "log" | "warn" | "error";
export declare function logOnce(severity: Severity, key: string, message: string): void;
export {};
