export declare function parseLinkDestination(str: any, pos: any, max: any): { ok: boolean; pos: number; lines: number; str: string; };