export declare const DOGID_REGEX: RegExp; /** * Validerer at verdien er et gyldig norsk ID-nummer for hund. * @deprecated This only validates norwegian id-tags, that is probably more restrictive than you want * expect this function to change, use carefully */ export declare const isValidDogId: (value: string) => boolean;