import { World } from "./world";
export declare class Site {
    id: string;
    slug: string;
    name: string;
    owner: number;
    world: World;
    constructor();
}
