import { Style } from '../tokenizer/interface.d'; export interface FormatStyle extends Style { description: string; mock: string; wrapup: string; matchTest: string; } declare const style: FormatStyle; export default style;