import { WalletTransactionService } from '@serene-dev/la-nest-library/dist/libs/la-library/src/modules/wallet/wallet-transaction.service';
export declare class AppService {
    readonly walletTransactionService: WalletTransactionService;
    constructor(walletTransactionService: WalletTransactionService);
    getHello(): string;
}
