export declare const stringifyInstructions: (instructionTree: any, indentation?: number) => string;
export default stringifyInstructions;
