declare type AstValuesT = number | string | boolean | BigInt | null | Record<string, unknown> | any[] | undefined;
export declare function parse(s: string): AstValuesT;
export {};
