/** * @author WMXPY * @namespace Collection * @description Put Page */ import { ImbricatePageMetadata } from "@imbricate/core"; import { MongoImbricatePage } from "../page/page"; export declare const mongoPutPage: (collectionUniqueIdentifier: string, pageMetadata: ImbricatePageMetadata, pageContent: string) => Promise;