export declare function scanString(source: string, start: number): {
    value: string;
    end: number;
};
