export declare const is: {
    observable: (input: any) => boolean;
    stateObject: (input: any) => boolean;
};
