import { Hook } from '@oclif/core';
import { PostRetrieveHookOptions } from '../helpers/types.js';
type HookFunction = (this: Hook.Context, options: PostRetrieveHookOptions) => Promise<void>;
export declare const scopedPostRetrieve: HookFunction;
export {};
