import { Options } from './options'; export declare function applyStyleWithOptions(node: T, options: Options): T;