1 2 3 4 5 6 7 8
export declare const Guild: { name: StringConstructor; $region: StringConstructor; }; export interface Guild { name: string; region?: string; }