Newer
Older
export interface Options {
sealUrl?: string;
normalizeImagePlain?: boolean;
export declare const normalizePlainPart: (text: string, options?: Options) => string;
export declare const cleanupImageText: (plain: string) => string;
export declare const cleanupHiddenCharacters: (s: string) => string;