export declare class SpawnWrapperUtils {
    private static unwrapFn;
    static wrap(): void;
    static unwrap(): void;
    static transaction(fn: any): Promise<any>;
}
