import { Config } from '../types'; export default class LocationProvider { private readonly config; bearerDir: string; integrationRoot: string; integrationRc: string; constructor(config: Config); integrationRootResourcePath(filename: string): string; readonly srcViewsDir: string; srcViewsDirResource(name: string): string; readonly srcFunctionsDir: string; buildViewsResourcePath(resource: string): string; readonly buildViewsDir: string; readonly buildViewsComponentsDir: string; readonly buildTmpDir: string; readonly buildFunctionsDir: string; buildFunctionsResourcePath(resource: string): string; readonly buildArtifactDir: string; buildArtifactResourcePath(resource: string): string; readonly authConfigPath: string; }