import { Format } from "./format"; export class Paragraph{ private resume: String; private resumeFormat: Format; }