export declare const createHmac: (apiKey: string, data: object) => string;
