export declare type OutFolder = 'dist' | 'bundle' | 'browser'; export declare type TsUsage = 'import' | 'export'; export declare type FileEvent = 'created' | 'changed' | 'removed' | 'rename'; export interface ReplaceOptions { replacements: (string | [string, string])[]; }