export declare function load(src: any): { write: (value: any) => void; toSource: (options?: any) => any; toJSON: (options?: {}) => any; ast: any; };