/** * 带RAII的Object url分配 */ export declare const useStackAlloc: () => { alloc: (obj: any) => string; };