import { XirrInput, InternalXirrInput } from '../definition';
export declare function transform(inputs: XirrInput[]): InternalXirrInput[];
