export declare const DEFAULT_AZURE_ENTRA_ID_RESOURCE = "api://fd3f753b-eed3-462c-b6a7-a4b5bb650aad";
export declare function getAzureAttestationToken(entraIdResource?: string): Promise<string | null>;
