import { Near } from 'near-api-js';
export declare class BackgroundNear extends Near {
    constructor(app: string, cfg: {
        networkId: string;
        nodeUrl: string;
        walletUrl: string;
        helperUrl?: string;
    }, keyStorePrefix?: string);
}
