import type ts from "typescript";
import type { Context } from "../context.js";
export declare function convertIndexSignatures(context: Context, type: ts.Type): void;
