/*! * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT */ export declare const LANGUAGE_IDS: { readonly YAML: "asl-yaml"; readonly JSON: "asl"; }; export declare const FILE_EXTENSIONS: { readonly YAML: "asl.yaml"; readonly JSON: "asl"; };