import { CreateTypographyParams } from '../schemas.js'; export declare function handleCreateTypography(params: CreateTypographyParams): Promise<{ content: { type: "text"; text: string; }[]; }>;