import { IndexType } from "./Enums.js";
import { IndexSourceType } from "./IndexSourceType.js";
export declare class IndexDefinitionHelper {
    static detectStaticIndexType(map: string, reduce: string): IndexType;
    /**
     * Extract runtime enum notation
     * @param functionBody
     */
    static extractEnumNotation(functionBody: string): string;
    static detectStaticIndexSourceType(map: string): IndexSourceType;
    private static _stripComments;
    private static _unifyWhiteSpace;
}
//# sourceMappingURL=IndexDefinitionHelper.d.ts.map