export declare const DEFAULT_OVERWRITE = true;
export declare const setOverwriteOutput: (newOverwrite: boolean) => void;
export declare const getShouldOverwrite: () => boolean;
