Meteor method stubs

Simple question: if I declare my Meteor.methods inside a /server folder, will the method stubs still run on the client, to simulate the result?

Appreciate any insight.

No. If it’s server only, it’s server only.