export function loadContent({ hashIdentifiers }?: {
    hashIdentifiers?: boolean | undefined;
}): Promise<void>;
