import { Page } from '../utils/index.js'; export declare const howManyBytes: (str: any) => number; export declare const hashCode: (s: any) => number; declare const _default: (page: Page) => void; export default _default;