import { ObjectType } from './ObjectType';
export declare type WikiPageKey = {
    wikiPageId: string;
    ownerObjectId: string;
    ownerObjectType: ObjectType;
};
