export declare function getIsDryRun(): {
    isDryRun: boolean;
};
