export declare namespace KlarnaExpressCheckoutSessionOptions {
    interface ClientSideSession {
        readonly clientId: string;
    }
    interface ServerSideSession {
        readonly clientToken: string;
    }
}
export type KlarnaExpressCheckoutSessionOptions = KlarnaExpressCheckoutSessionOptions.ClientSideSession | KlarnaExpressCheckoutSessionOptions.ServerSideSession;
//# sourceMappingURL=KlarnaExpressCheckoutSessionOptions.d.ts.map