export default class RajaOngkir {
    private apiKey;
    constructor(apiKey: string);
    getKey(): string;
    getBaseUrl(): string;
}
