/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export declare function createManifestResponse(): Promise<{ d: { GetClientSideWebParts: { results: { Manifest: string; }[]; }; }; }>; //# sourceMappingURL=bohemiaIntercept.d.ts.map