export declare function styletext(text: string): Promise<{
    name: string;
    result: string;
}[]>;
//# sourceMappingURL=styleText.d.ts.map