interface ComplexNbt {
    [propName: string]: any;
}
export declare function composition(value: ComplexNbt, key?: string): string;
export {};
