import { ServerType } from '@sasjs/utils';
export declare const getAssetPath: (appLoc: string, serverType: ServerType, streamWebFolder: string, fileName: string) => string;
