import { DocumentVirtualRecord } from "./DocumentVirtualRecord"; export declare class DeploymentRiskAPI { static getTableSize(tableName?: string): number; static hasCodeChanges( incoming?: DocumentVirtualRecord, currentPayloadString?: string ): boolean; static scanRemoteSourceUpdateSets( updateSets?: string, ruleSets?: string, remoteSourceId?: string ): string; static scanRemoteUpdateSet(updateSetId?: string, ruleSetId?: string): string; static scanRemoteUpdateSets( updateSetIds?: Set, ruleSetIds?: Set ): string; static scanUpdateSet(updateSetId?: string, ruleSetId?: string): string; static scanUpdateSets( updateSetIds?: Set, ruleSetIds?: Set ): string; }