import type { Program } from 'estree';
export declare function parseSDKCode(code: string): Program;
