/** * Copyright (c) 2019-present, NDLA. * * This source code is licensed under the GPLv3 license found in the * LICENSE file in the root directory of this source tree. * */ export declare const languageOptions: Array; export interface ICodeLangugeOption { title: string; format: string; }