export declare const PI = 3.141592653589793;
/**
 * Dummy method
 *
 * @param str
 */
export declare function anyForPi(str: string): number;
