import type { SharedSerializerState } from './types';
export declare function getIndent(state: SharedSerializerState): string;
export declare function indent(state: SharedSerializerState): () => void;
