import { IFCT } from "../types"; export * from "./signatures"; export declare function getCalldataForActuator(data: { signedFCT: IFCT; purgedFCT: string; investor: string; activator: string; version: string; }): string; //# sourceMappingURL=index.d.ts.map