export declare function isSubscribableOrPromise(obj: any): boolean;
export declare function parseKeys(input: string | string[]): string[];
