import { CAIP2 } from "../types";
export declare function parseCAIP2(chainId: string): CAIP2;
export declare function formatCAIP2(namespace: string, reference: string): string;
//# sourceMappingURL=parser.d.ts.map