/** * Number of characters per standard line with 11pt Arial font size. * * @public exported from `@promptbook/utils` */ export declare const CHARACTERS_PER_STANDARD_LINE = 63; /** * Number of lines per standard A4 page with 11pt Arial font size and standard margins and spacing. * * @public exported from `@promptbook/utils` */ export declare const LINES_PER_STANDARD_PAGE = 44;