export type Presentation = {
    resume?: string;
    detail?: string;
};
//# sourceMappingURL=presentation.d.ts.map