import { SDK_Base } from '../../base';
import { SDK_Context } from 'sdk/client/client';
import { SDK_Execution } from 'sdk/interfaces/sdk-execution';
import { SDK_GetHousingAuthorityById_Response } from './types';
export declare class SDK_HousingAuthorities_GetById extends SDK_Base implements SDK_Execution {
    private housingAuthorityId;
    constructor(ctx: SDK_Context, housingAuthorityId: number);
    execute(): Promise<SDK_GetHousingAuthorityById_Response>;
}
