import type { ILogItem } from "../../../logging/types"; import type { MacMethod } from "./stages/constants"; export declare function createCalculateMAC(olmSAS: Olm.SAS, method: MacMethod): (input: string, info: string, log: ILogItem) => string;