export interface LiveOptionsInterface {
    enabled?: boolean;
    port?: number;
    root?: string;
    watchPaths?: string[];
    ignoredPaths?: string[];
}
//# sourceMappingURL=LiveOptionsInterface.d.ts.map