import { ApiInternal } from './api-internal';
export declare class ApiServiceInternal {
    protected api: ApiInternal;
    constructor(api: ApiInternal);
    getConfig(service_id: string): Promise<GetConfigResponse>;
}
export declare enum CARD_SCHEME_SERVICE {
    VISA_SRC = "VisaSRC",
    MASTERCARD_SRC = "ClickToPay"
}
export interface GetConfigResponse {
    type: string;
    merchant: string;
    username: string;
    password: string;
    certificate: string;
    certificate_passphrase: string;
}
//# sourceMappingURL=api-service-internal.d.ts.map