import * as abaplint from "@abaplint/core";
import { IStructureTranspiler } from "./_structure_transpiler";
import { Traversal } from "../traversal";
import { Chunk } from "../chunk";
export declare class TypesTranspiler implements IStructureTranspiler {
    transpile(_node: abaplint.Nodes.StructureNode, _traversal: Traversal): Chunk;
}
