import { EndpointSearchResults } from "./endpoint-search-results";
/**
 * Launch the download file action
 * @param endpointSearchResults the endpoint configuration
 */
export declare function launchFileDownload(//
endpointSearchResults: EndpointSearchResults): void;
