export interface Staff {
    /** In a normal TETR.IO client, this allows an admin to "eval" any code on any client. The code to evaluate is the string data passed. */
    "staff.xrc": string;
}
//# sourceMappingURL=staff.d.ts.map