import { GetPropertiesInput } from '../types/inputs';
import { GetPropertiesOutput } from '../types/outputs';
/**
 * @internal
 */
export declare const getProperties: (input: GetPropertiesInput) => Promise<GetPropertiesOutput>;
