import { SourceWrapper } from './get-wrappers';
export declare const writeIfChanged: (indent: string, wrapper: SourceWrapper, mutateContents: () => void) => void;
