/**
 * List items from Rock RMS
 * @param {string} directoryPath - Path to the directory on the server
 * @returns {Promise<void>}
 */
export declare function listFiles(directoryPath: string): Promise<void>;
