import { ClosingState } from "./closingState.type"; export declare function findClosing(state: ClosingState): ClosingState;