import type { QrzClientConfig } from "./types";
export declare function validateConfig(config: QrzClientConfig): void;
