export declare function getLocalDevPath(directory: string): string | null; export declare function isLocalDevMode(directory: string): boolean;