import { IAnySecurableItem } from "./IAnySecurableItem";
export declare const TypeCheckKeysAnyWeb: string[];
export interface IAnyWeb extends IAnySecurableItem {
    EnableMinimalDownload?: boolean;
    Title?: string;
    Description?: string;
    Created?: string;
    Language?: number;
    LastItemModifiedDate?: string;
    LastItemUserModifiedDate?: string;
    NoCrawl?: boolean;
    SiteLogoUrl?: string;
    SiteLogo?: string;
    PictureThumbnailURL?: string;
    ServerRelativeUrl?: string;
    Path?: string;
    Url?: string;
    WebTemplate?: string;
    WebTemplateId?: number;
    Id?: any;
    ID?: any;
}
//# sourceMappingURL=IAnyWeb.d.ts.map