export declare const PDF4DEV_API_URL = "https://api.pdf4.dev/v1/"; export declare const PDF4DEV_STORAGE_API_URL = "https://storage-api.pdf4.dev/v1/"; export declare const isURL: (url: any) => boolean;