import { Formats } from './@types/Formats';
import { NetcupAuth } from './@types/NetcupAuth';
export declare function getFormattedUrl(format: Formats): string;
export declare function missingAuth(authData: NetcupAuth): boolean;
