import { Plugin } from '../stencil-public-runtime';
export declare const isWatchMode: boolean;
export declare const watchInRealTheme: boolean;
export declare function twilightDevModePlugin(): Plugin;
export declare function getGlobalPaths(): {
    globalScript: string;
    globalCss: string | null;
};
export declare function getGlobalScript(): string;
export declare function getGlobalCss(): string | null;
export declare function getPlugins(): Plugin[];
/**
 * Get dev server configuration based on SSL mode
 */
export declare function getDevServer(): Record<string, any>;
