import type { Pair } from './types'; export declare const createEmptyPair: () => Pair;