import { IfMappingKeyType } from './ClientUtil.js'; declare function interfaceTemplate(IF_NAME: string, types: IfMappingKeyType[], rawType?: string): string; export { interfaceTemplate, };