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