import { PbPageDataStatus } from "../../types"; export { ROOT_FOLDER } from "@webiny/app-aco/constants"; export declare const PB_APP_TYPE = "PbPage"; export declare const statuses: Record; export declare const PAGE_BUILDER_EDITOR_LINK = "/page-builder/editor"; export declare const PAGE_BUILDER_LIST_LINK = "/page-builder/pages"; export declare const LOCAL_STORAGE_LATEST_VISITED_FOLDER = "webiny_pb_page_latest_visited_folder";