/** * This is a convenient and extremely contrived app for testing without * building. */ import type { Hello, PingMessage } from '@devvit/protos/types/devvit/actor/hello/hello.js'; /** toString() on this class must be a valid program. */ export default class PingApp implements Hello { Ping(ping: PingMessage): Promise; } //# sourceMappingURL=PingApp.d.ts.map