export declare const pictureToFormat: (picture: string) => {
    sign: boolean;
    length: number;
    decimals: number;
};
