export declare const getNodeCode: (node: any) => string;
export declare const normalizeArray: (arr: any) => any[];
