export declare const getWaiverTitle: (waiverForm: any[]) => string; export declare const setClientVariantClose: (fn: any) => void; export declare const getClientVariantClose: () => (() => void) | null;