export declare function _shutdownHook(sdk: {
    shutdown: () => Promise<void>;
}): void;
