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