import { DeferQueueFeatureBailout } from './internal'; /** * Using this feature will initialize the signal for deferrable view conditions with true by default * effectively bypassing the condition. * @param value */ export declare function withBailout(value?: boolean): DeferQueueFeatureBailout;