export declare function checkUrl({ url }: {
    url: string;
}): boolean;
