import { SnykDeltaOutput } from 'snyk-delta'; import { ghDetails, ghPrCommentsStatus } from './types'; export declare const createPrComment: (snykDeltaResults: SnykDeltaOutput, ghDetails: ghDetails, keepHistory: boolean) => Promise; export declare const deletePrComment: (ghDetails: ghDetails) => Promise;