/** * Throws an error if a CSS url directive contains a path that starts with a "/" * when it should probably start with a "~". */ export default function checkUrlPathsLoader(this: { async(): (error: Error | null, content?: string) => void; }, content: string): void;