export declare class WalletsController {
    index(): {
        module: string;
        ok: boolean;
    };
}
