import { IGetProjectPresentationParams, IGetProjectPresentationResponse, IDeleteProjectPresentationResponse, IDeleteProjectPresentationParams, IUpsertProjectPresentationParams, IUpsertProjectPresentationBody, IUpsertProjectPresentationResponse } from '..'; export declare const getProjectPresentation: (params: IGetProjectPresentationParams) => Promise; export declare const deleteProjectPresentation: (params: IDeleteProjectPresentationParams) => Promise; export declare const upsertProjectPresentation: (params: IUpsertProjectPresentationParams, body: IUpsertProjectPresentationBody) => Promise;