export declare const generateOperationsList: (address: string, count?: number) => {
    _links: {
        transaction: {
            href: string;
        };
    };
    id: string;
    paging_token: string;
    transaction_successful: boolean;
    source_account: string;
    type: string;
    type_i: number;
    created_at: string;
    transaction_hash: string;
    asset_type: string;
    from: string;
    to: string;
    amount: string;
}[];
//# sourceMappingURL=generators.fixture.d.ts.map