/**
 * Global test constants
 */
export declare const TEST_TIMESTAMP: string;
export declare const TEST_FOLDER_NAME: string;
export declare const TEST_FILE_NAME: string;
export declare const TEST_FILE_CONTENT = "Hello, this is a test file created by the Dropbox MCP test suite.";
