import { SassTextLine } from '../sassTextLine'; import { FormattingState } from '../state'; export declare function FormatSetTabs(STATE: FormattingState, headerStuff?: { offset: number; additionalTabs: number; }): void; export declare function FormatHandleLocalContext(line: SassTextLine, STATE: FormattingState): { isIfOrElseAProp: boolean; isAtKeyframes: boolean; isAtKeyframesPoint: boolean; };