import { KlarnaError } from "../CommonErrors";
export declare class UnableToUpdateCreditSession extends KlarnaError {
    constructor();
}
