import { AmplifyContext } from '@aws-amplify/core';
import { GetPropertiesInput } from '../types/inputs';
import { GetPropertiesOutput } from '../types/outputs';
/**
 * @internal
 */
export declare function getProperties(ctx: AmplifyContext, input: GetPropertiesInput): Promise<GetPropertiesOutput>;
/**
 * @internal
 */
export declare function getProperties(input: GetPropertiesInput): Promise<GetPropertiesOutput>;
