/**
 * An utility service for link parsing.
 */
export declare class JhiParseLinks {
    constructor();
    /**
     * Method to parse the links
     */
    parse(header: string): any;
}
