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