export declare class ApiConfiguration {
    AppId: number;
    Host: string;
    ApiVersion: string;
}
export default ApiConfiguration;
