import type { InterfaceDeclaration, TranslatedCodeLine } from "@kipper/core";
export declare class RuntimeTypesGenerator {
    static generateInterfaceRuntimeType(node: InterfaceDeclaration): Promise<Array<TranslatedCodeLine>>;
}
