import { ProposalTypes, SessionTypes } from "@walletconnect/types"; export declare const isCaipFormatted: (payload: string) => boolean; export declare const parseChains: (chains: string[]) => string[]; export declare const parseChain: (chain: string) => string; export declare const prefixChainWithNamespace: (chain: number) => string; export declare const formatAccounts: (accounts: string[], chain: number) => string[]; export declare const parseAccount: (account: string) => string; export declare const parseAccounts: (accounts: string[]) => string[]; export declare const parseSessions: (sessions: SessionTypes.Struct[]) => Record; export declare const parseProposal: (proposal: ProposalTypes.Struct) => any; export declare const parseProposals: (proposals: ProposalTypes.Struct[]) => any[]; export declare const cloneObject: (obj: any) => any; export declare const formatAuthAddress: (address: string) => string; //# sourceMappingURL=transform.d.ts.map