import type { Promisable } from '@ariestools/sdk'; import type { ModuleIdentifier } from './ModuleIdentifier.js'; export type ModuleIdentifierTransformerFunc = (id: ModuleIdentifier) => Promisable; export interface ModuleIdentifierTransformer { transform: ModuleIdentifierTransformerFunc; } //# sourceMappingURL=ModuleIdentifierTransformer.d.ts.map