import { Linter } from 'eslint';
export declare type Block = Linter.ProcessorFile & {
    lineOffset: number;
    offset: number;
};
export declare const processor: Linter.Processor<Block | string>;
