declare const takeImpression: () => Promise<Record<string, string>>;

export { takeImpression };
