export declare const Guild: { name: StringConstructor; $region: StringConstructor; }; export interface Guild { name: string; region?: string; }