export declare const parserOutput: (options: {
    output: string;
    result: boolean;
}) => string[] | undefined;
