export declare const ERROR_MESSAGE: {
    readonly stepErrorMessage: "Parameter 'step' must be a BigInt greater than or equal to 1n";
    readonly startErrorMessage: "Parameter 'start' must be a BigInt";
    readonly mFacetsErrorMessage: "Parameter 'm' must be a BigInt greater than or equal to 3n";
    readonly kDimensionErrorMessage: "Parameter 'k' must be a BigInt greater than or equal to 4n";
};
//# sourceMappingURL=errorMessages.d.ts.map