import { NcText } from '../models/NcText';
export declare class Reader {
    static readFromString(input: string | string[]): NcText;
}
