/**
 * Shared constants used across both client and server
 */
export declare const DEFAULT_REPOSITORY_BASE_PATH = "~/Documents";
export declare const DEFAULT_SERVER_PORT = 4020;
