export declare function isNumeric(str: any): boolean; export declare const isNullOrUndefined: (model: any) => boolean; export declare function appendVersionId(url: string, versionId?: string | null | number): string;