/**
 * Configuration object which can optionally be passed down to plugin's call.
 * By default, it will only pass the inputFilePath parameter
 */
export type DangerPluginConfig = {
    inputFilePath: string;
    debug?: boolean;
};
export declare function dangerReassure(config?: DangerPluginConfig): void;
//# sourceMappingURL=dangerjs.d.ts.map