import { CodeBlockInterceptor } from './codeBlocksInterceptor';
export declare class AsciidocInterceptor extends CodeBlockInterceptor {
    id: string;
    constructor();
}
