/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export declare function sort(luisInstance: any): void; export declare function hasContent(luisInstance: any): boolean;