import { Inject } from '@nestjs/common';
export declare const InjectPasswordHasher: () => ReturnType<typeof Inject>;
