import { DangerConfig } from '../models/DangerConfig';
export declare function warn(message: string): void;
export declare const checkApprovals: (config: DangerConfig) => boolean;
