export default function (source: string): {
    options: {};
    errors: any[];
};
