import { GlobalAccountTransactionDto } from './globalAccountTransactionDto';
export interface PagedQueryResultDtoOfGlobalAccountTransactionDto {
    has_more?: boolean;
    items?: Array<GlobalAccountTransactionDto>;
}
export declare namespace PagedQueryResultDtoOfGlobalAccountTransactionDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=pagedQueryResultDtoOfGlobalAccountTransactionDto.d.ts.map