import type { TokenCreator, TokenCreatorOptions } from './type';
export declare function createTokenCreator(options: TokenCreatorOptions): TokenCreator;
//# sourceMappingURL=module.d.ts.map