/**
 * Represents the actions that can be performed on
 * {@link https://developers.google.com/ad-manager/api/reference/latest/DaiAuthenticationKeyService.DaiAuthenticationKey DaiAuthenticationKey} objects.
 */
export declare abstract class DaiAuthenticationKeyAction {
}
/**
 * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/DaiAuthenticationKeyService.DaiAuthenticationKey DaiAuthenticationKey} objects.
 */
export declare class ActivateDaiAuthenticationKeys implements DaiAuthenticationKeyAction {
}
/**
 * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/DaiAuthenticationKeyService.DaiAuthenticationKey DaiAuthenticationKey} objects.
 */
export declare class DeactivateDaiAuthenticationKeys implements DaiAuthenticationKeyAction {
}
//# sourceMappingURL=daiAuthenticationKey.action.d.ts.map