import { Node } from '../solc/ast-node';
import { Transformation } from '../transformation';
export declare function appendDirective(fileNode: Node, directive: string): Transformation;
//# sourceMappingURL=append-directive.d.ts.map