/**
 * Creates service file for SAS9 server only.
 * @param {string} sourcePath path of source file.
 * @param {string} destinationPath path of destination service file.
 * @returns {string} name of created service file.
 */
export declare const generateAssetService: (sourcePath: string, destinationPath: string) => Promise<string>;
