/** * check if the string is formatted as a src with path to a file * @param str - string to check */ export declare function odsIsSrc(str: string): boolean;