import type { LogStep } from '@onerepo/logger'; import type { Graph } from '@onerepo/graph'; export declare function getFilename(graph: Graph, contents: string, method: 'hash' | 'human', options?: { step?: LogStep; }): Promise;