/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ declare namespace APL { export class Session { public static create(onLogCommand?: (level: number, message: string, args: object) => void) : Session; } }