import { Arguments } from '@kui-shell/core'; /** * Deploy an HTML page, along with any locally linked scripts and stylesheets * */ export declare const deployHTMLViaOpenWhisk: (command: Arguments, location: string) => Promise;