/** * A binary pattern that describes the standard octant layout: * * ```text * 3____7 * 2/___6/| * | 1__|_5 * 0/___4/ * ``` * * This common layout is crucial for positional assumptions. */ export declare const layout: Uint8Array[];