declare function isDataUrl(str: string): boolean;

export = isDataUrl;
