/**
 * Copyright © 2024 Nevis Security AG. All rights reserved.
 */
import type { MetaData } from './MetaData';
/**
 * An interface that provides additional information about the
 * Nevis Mobile Authentication SDK.
 */
export declare abstract class MetaDataProvider {
    /**
     * Property that returns the metaData object.
     */
    static metaData(): Promise<MetaData>;
}
//# sourceMappingURL=MetaDataProvider.d.ts.map