import { Box } from './box.js';
import { Page } from './page.js';
export declare function renderGuide(page: Page, box: Box, type: string): void;
