import { SfDoctor } from '@salesforce/plugin-info';
type HookFunction = (options: {
    doctor: SfDoctor;
}) => Promise<[void]>;
export declare const hook: HookFunction;
export {};
