export declare enum IMQuantumFormat {
    'FloatingPoint' = "FloatingPoint",
    'Signed' = "Signed",
    'Unsigned' = "Unsigned"
}
