import { ConfigInterface } from "../models";
export declare class ClientConfigService {
    static ConfigModel: ConfigInterface;
    static GetJwPlayerKey(): string;
}
