import { ConfigService } from '@nestjs/config';
declare const CourierJwtStrategy_base: new (...args: any) => any;
export declare class CourierJwtStrategy extends CourierJwtStrategy_base {
    constructor(configService: ConfigService);
    validate(payload: any): {
        id: any;
        tenant: any;
        code: any;
        name: any;
        phone: any;
        warehouse_id: any;
    };
}
export {};
