import { OutputSuccess } from '../transform/types.js'; export declare const capitalize: (s: string) => string; export declare const name: (x: OutputSuccess) => string; export declare const typeDef: (contracts: OutputSuccess[]) => string;