/** * Get the resource URLs for the UShell bootstrap and UI5 bootstrap based on project type and UI5 framework details. * * @param {boolean} isEdmxProjectType - Indicates if the project is of type Edmx or CAP. * @param {string} [frameworkUrl] - The URL of the UI5 framework. * @param {string} [version] - The version of the UI5 framework. * @returns {{ uShellBootstrapResourceUrl: string, uiBootstrapResourceUrl: string }} - The resource URLs for UShell bootstrap and UI bootstrap. */ export declare function getBootstrapResourceUrls(isEdmxProjectType: boolean, frameworkUrl?: string, version?: string): { uShellBootstrapResourceUrl: string; uiBootstrapResourceUrl: string; }; //# sourceMappingURL=ui5.d.ts.map