import type { default as _IndySdk } from 'indy-sdk'; type IndySdk = typeof _IndySdk; export declare const IndySdkSymbol: unique symbol; export type { IndySdk };