export declare function ensure(name: string, content: string): void;
export declare function clean(name: string): void;
