import { ICrossCIVars } from '../createVars';
declare const IS_PR: ({ BUILD_PR_NUM }: ICrossCIVars) => boolean;
export = IS_PR;
