type State = {
    get: () => object | undefined;
};
export declare function createAssertState(constructorName: string, state: State): {
    isInitialized: () => void | never;
    isNotInitialized: () => void | never;
};
export {};
