import { CsmSDKModule } from '../common/class-primitives/csm-sdk-module.js';
import { CurrentFrameInfo, FrameInfo } from './types.js';
export declare class FrameSDK extends CsmSDKModule {
    private get oracleContract();
    private get consensusContract();
    getInfo(): Promise<FrameInfo>;
    getCurentFrame(): Promise<CurrentFrameInfo>;
}
//# sourceMappingURL=frame-sdk.d.ts.map