import type { NormalizedDocument } from "../types"; export declare const getDocument: (prismicId: string) => NormalizedDocument | undefined;