import { AccountType } from "./currencies";
import { LogEntry } from "./datadog";
interface RunResult {
    entries: LogEntry[];
    failed: boolean;
}
export default function (currencyIds: string[], accountTypes: AccountType[]): Promise<RunResult>;
export {};
//# sourceMappingURL=run.d.ts.map