import type { GetUserDefaultPersonalId } from './types/index.js'; /** * Method responsible for getting the default personal ids. * * @param userId - Universal identifier of the user. * @param config - Custom configurations to send to the client instance (axios). X-SUMMER-RequestId * header is required. * * @returns Promise that will resolve when the call to the endpoint finishes. */ declare const getUserDefaultPersonalId: GetUserDefaultPersonalId; export default getUserDefaultPersonalId;