import { IFPSDigestValues } from "../../../../../banner/features/FPSDOM/IFPSDigestValues";
/**
 * If you need to use digestValues, such as in SE or certain calls,
 *  It's best to call this during the onInit because you have the context.
 *
 * Then later on, you can pass in null for the context because the digestValue will already be updated
 *
 * @param classContext
 * @param absoluteUrl
 * @returns
 */
export declare function setMultiFPSFormDigests(urls: string[]): Promise<IFPSDigestValues>;
//# sourceMappingURL=setMultiFPSFormDigests.d.ts.map