export = Core;
/**
 * Creates a new instance of the Snowflake core module.
 *
 * @param {Object} options
 *
 * @returns {Object}
 */
declare function Core(options: Object): Object;
