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