declare function extractExp(s: string): {
    s: string;
    exp: number;
};
export { extractExp };
