import type { LogStep } from '@onerepo/logger'; import type { ReleaseType } from './get-versionable'; export declare function readChange(filepath: string, options?: { step?: LogStep; }): Promise<{ content: string; ref: string; filepath: string; type: ReleaseType; } | null>;