import { MemoryRepository as Repo } from '../../lib/gracl'; import { OrganizationResource } from './Organization'; export declare const blogModel: Repo; export declare class BlogResource extends OrganizationResource { static repository: Repo; static parentId: string; static permissionPropertyKey: string; }