import type { CheckboxFieldServerComponent } from 'payload'; /** * Field which fetches the root page and forwards the result to the `IsRootPageStatus` client component. */ export declare const IsRootPageField: CheckboxFieldServerComponent;