export declare const leaveBridgeNetwork: ({ containerId }: {
    containerId: string;
}) => Promise<void>;
