/**
 * @module botbuilder-dialogs
 */
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License.
 */
import { AliasPathResolver } from './aliasPathResolver';
/**
 * Maps #xxx => turn.recognized.intents.xxx
 */
export declare class HashPathResolver extends AliasPathResolver {
    /**
     * Initializes a new instance of the [HashPathResolver](botbuilder-dialogs.HashPathResolver) class.
     */
    constructor();
}
//# sourceMappingURL=hashPathResolver.d.ts.map
