export declare const Payments: { _links: { self: { href: string; }; next: { href: string; }; prev: { href: string; }; }; _embedded: { records: ({ _links: { self: { href: string; }; transaction: { href: string; }; effects: { href: string; }; succeeds: { href: string; }; precedes: { href: string; }; }; id: string; paging_token: string; transaction_successful: boolean; source_account: string; type: string; type_i: number; created_at: string; transaction_hash: string; starting_balance: string; funder: string; account: string; asset_type?: undefined; from?: undefined; to?: undefined; amount?: undefined; path?: undefined; source_amount?: undefined; source_max?: undefined; source_asset_type?: undefined; asset_code?: undefined; asset_issuer?: undefined; } | { _links: { self: { href: string; }; transaction: { href: string; }; effects: { href: string; }; succeeds: { href: string; }; precedes: { 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; path: never[]; source_amount: string; source_max: string; source_asset_type: string; starting_balance?: undefined; funder?: undefined; account?: undefined; asset_code?: undefined; asset_issuer?: undefined; } | { _links: { self: { href: string; }; transaction: { href: string; }; effects: { href: string; }; succeeds: { href: string; }; precedes: { 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; asset_code: string; asset_issuer: string; from: string; to: string; amount: string; path: never[]; source_amount: string; source_max: string; source_asset_type: string; starting_balance?: undefined; funder?: undefined; account?: undefined; } | { _links: { self: { href: string; }; transaction: { href: string; }; effects: { href: string; }; succeeds: { href: string; }; precedes: { 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; starting_balance?: undefined; funder?: undefined; account?: undefined; path?: undefined; source_amount?: undefined; source_max?: undefined; source_asset_type?: undefined; asset_code?: undefined; asset_issuer?: undefined; })[]; }; };