import type { IOBuffer } from 'iobuffer'; /** * Throws a non-valid NetCDF exception if the statement it's true * @ignore * @param statement - Throws if true * @param reason - Reason to throw */ export declare function notNetcdf(statement: boolean, reason: string): void; /** * Moves 1, 2, or 3 bytes to next 4-byte boundary * @param buffer - Buffer for the file data */ export declare function padding(buffer: IOBuffer): void; /** * Reads the name * @param buffer - Buffer for the file data * @returns Name */ export declare function readName(buffer: IOBuffer): string; //# sourceMappingURL=utils.d.ts.map