/** * Annotation for a method that returns an OFX aggregate. */ export declare class Aggregate { private _value; constructor(value: string); /** * The name of the aggregate. * * @return The name of the aggregate. */ value(): string; }