export declare function scanStringLiteral(source: string, start: number): {
    raw: string;
    end: number;
};
