export declare const point: { step(msg: string): void; message(msg: string): void; warn(msg: string): void; error(msg: string): void; success(msg: string): void; query(msg: string): void; };