export interface Breakend {
    Join: string;
    Replacement: string;
    MatePosition?: string;
    MateDirection?: string;
    SingleBreakend?: boolean;
}
export declare function parseBreakend(breakendString: string): Breakend | undefined;
export type { Variant } from './parse.ts';
export { default } from './parse.ts';
