/**
 * @module adaptive-expressions
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
 * Return the month of the specified timestamp.
 */
export declare class Month extends ExpressionEvaluator {
    /**
     * Initializes a new instance of the [Month](xref:adaptive-expressions.Month) class.
     */
    constructor();
    /**
     * @private
     */
    private static evaluator;
}
//# sourceMappingURL=month.d.ts.map